From 876c7c687932e80eaf0378a0fc12d1050353783b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 Mar 2024 09:27:01 +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 1f1e36b1..fefab7c0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -44,7 +44,7 @@ dev = pycodestyle >=2.8,<3 # formatter pylint >=2.11,<3 # code linter setuptools >=42,<68 - twine >=3.4,<5 # PyPI + twine >=3.4,<6 # PyPI types-pkg-resources >=0.1.3 # mypy type hints types-requests >=2.26,<3 # mypy type hints wheel >=0.37,<0.44