From ddd4c6659b466ca0619529761e1ab269c3983aba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 20:35:40 +0000 Subject: [PATCH] chore(deps-dev): update twine requirement from <7,>=6.2.0 to >=7.0.0,<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/6.2.0...7.0.0) --- updated-dependencies: - dependency-name: twine dependency-version: 7.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 7065e76..bdf9755 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -6,4 +6,4 @@ pytest-timeout>=2.4.0,<3 # Build + release tooling (used by docs/RELEASE.md workflow). build>=1.5.0,<2 -twine>=6.2.0,<7 +twine>=7.0.0,<8