From bc8ceaea12cfb4c1ce948d4b3d7ccaad9716c00a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 18:32:09 +0000 Subject: [PATCH] chore(deps-dev): update twine requirement from <7,>=5 to >=5,<8 Updates the requirements on [twine](https://github.com/pypa/twine) to permit the latest version. - [Release notes](https://github.com/pypa/twine/releases) - [Changelog](https://github.com/pypa/twine/blob/main/docs/changelog.rst) - [Commits](https://github.com/pypa/twine/compare/5.0.0...7.0.0) --- updated-dependencies: - dependency-name: twine dependency-version: 7.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index da68a1d..219747c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ dev = [ "jsonschema>=4.23,<4.26", "pytest>=8,<9", "referencing>=0.28.4,<0.37", - "twine>=5,<7", + "twine>=5,<8", ] docs = [ "mkdocs>=1.6,<2",