Skip to content

Commit

Permalink
update dev requirements for distro upload to PyPI
Browse files Browse the repository at this point in the history
to avoid twine upload error
  • Loading branch information
jesteria committed Aug 1, 2024
1 parent 1de6266 commit b049433
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@

'dev': _CLI_REQUIRES + _TESTS_REQUIRE + [
'bumpversion==0.6.0',
'twine==4.0.1',
'wheel==0.37.1',
'twine==5.1.1',
'wheel==0.43.0',
],

# (as yet) unused:
Expand Down

0 comments on commit b049433

Please sign in to comment.