From a2cbea2cb25f7381f770c57303b22805ea6ac87e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 May 2025 08:31:11 +0000 Subject: [PATCH] Update twine requirement from <5,>=3.4 to >=3.4,<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/3.4.0...5.0.0) --- updated-dependencies: - dependency-name: twine dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 5a832f28..1a5d93b7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -45,7 +45,7 @@ dev = pycodestyle >=2.8,<3 # formatter pylint >=3.3,<4 # code linter setuptools >=42,<76 - twine >=3.4,<5 # PyPI + twine >=3.4,<7 # PyPI types-requests >=2.26,<3 # mypy type hints types-setuptools >= 71.1 # mypy type hints wheel >=0.37,<0.46