Skip to content

Commit c1510c9

Browse files
chore(deps-dev): update twine requirement from <7.0,>=4.0 to >=4.0,<8.0
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@4.0.0...7.0.0) --- updated-dependencies: - dependency-name: twine dependency-version: 7.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f460256 commit c1510c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
'check-manifest>=0.25',
3030
'isort>=4.2.2',
3131
'pydocstyle>=1.0.0',
32-
'twine>=4.0,<7.0',
32+
'twine>=4.0,<8.0',
3333
'pkginfo<1.13',
3434
'setuptools',
3535
'wheel',

0 commit comments

Comments
 (0)