Skip to content

Commit b049433

Browse files
committed
update dev requirements for distro upload to PyPI
to avoid twine upload error
1 parent 1de6266 commit b049433

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737

3838
'dev': _CLI_REQUIRES + _TESTS_REQUIRE + [
3939
'bumpversion==0.6.0',
40-
'twine==4.0.1',
41-
'wheel==0.37.1',
40+
'twine==5.1.1',
41+
'wheel==0.43.0',
4242
],
4343

4444
# (as yet) unused:

0 commit comments

Comments
 (0)