Skip to content

Commit 876c7c6

Browse files
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](pypa/twine@3.4.0...5.0.0) --- updated-dependencies: - dependency-name: twine dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6972ee2 commit 876c7c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ dev =
4444
pycodestyle >=2.8,<3 # formatter
4545
pylint >=2.11,<3 # code linter
4646
setuptools >=42,<68
47-
twine >=3.4,<5 # PyPI
47+
twine >=3.4,<6 # PyPI
4848
types-pkg-resources >=0.1.3 # mypy type hints
4949
types-requests >=2.26,<3 # mypy type hints
5050
wheel >=0.37,<0.44

0 commit comments

Comments
 (0)