From d76c7f58e8b43933ec716c340ac028f96f02ba86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 21:09:10 +0000 Subject: [PATCH] build(deps-dev): update twine requirement from <6 to <7 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/1.3.0...6.1.0) --- updated-dependencies: - dependency-name: twine dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 43e4ea8..7fba5a6 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ "develop": [ "black<25", "ruff<0.10; python_version >= '3.7'", - "twine<6", + "twine<7", "wheel<1", ], "test": [