From 9d383fc14367a0c6fc5cf8973669e5aac48e88aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 05:14:20 +0000 Subject: [PATCH] Update twine requirement from <5,>=3.4 to >=3.4,<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/3.4.0...6.1.0) --- updated-dependencies: - dependency-name: twine dependency-version: 6.1.0 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 a00e92d7..aa243df2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -50,7 +50,7 @@ dev = pycodestyle >=2.8,<3 # formatter pylint >=3.3,<4 # code linter setuptools >=42,<81 - twine >=3.4,<6 # PyPI + twine >=3.4,<7 # PyPI types-requests >=2.26,<3 # mypy type hints types-setuptools >=71.1,<81 # mypy type hints wheel >=0.37,<0.46