From d0c0db54a6db6ee718fc0436fa8784f96d23fae1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 23:24:07 +0000 Subject: [PATCH] build(deps-dev): update twine requirement from <5 to <6 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...5.0.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 b50e9c3..49402d2 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ "develop": [ "black<25", "ruff<0.3; python_version >= '3.7'", - "twine<5", + "twine<6", "wheel<1", ], "test": [