Skip to content

Commit a2cbea2

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] <[email protected]>
1 parent 89c260a commit a2cbea2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dev =
4545
pycodestyle >=2.8,<3 # formatter
4646
pylint >=3.3,<4 # code linter
4747
setuptools >=42,<76
48-
twine >=3.4,<5 # PyPI
48+
twine >=3.4,<7 # PyPI
4949
types-requests >=2.26,<3 # mypy type hints
5050
types-setuptools >= 71.1 # mypy type hints
5151
wheel >=0.37,<0.46

0 commit comments

Comments
 (0)