Skip to content

Commit 9d383fc

Browse files
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](pypa/twine@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] <[email protected]>
1 parent ad36bed commit 9d383fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ dev =
5050
pycodestyle >=2.8,<3 # formatter
5151
pylint >=3.3,<4 # code linter
5252
setuptools >=42,<81
53-
twine >=3.4,<6 # PyPI
53+
twine >=3.4,<7 # PyPI
5454
types-requests >=2.26,<3 # mypy type hints
5555
types-setuptools >=71.1,<81 # mypy type hints
5656
wheel >=0.37,<0.46

0 commit comments

Comments
 (0)