Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Commit

Permalink
Bump twine from 3.4.0 to 3.4.1 (#27)
Browse files Browse the repository at this point in the history
Bumps [twine](https://github.com/pypa/twine) from 3.4.0 to 3.4.1.
- [Release notes](https://github.com/pypa/twine/releases)
- [Changelog](https://github.com/pypa/twine/blob/master/docs/changelog.rst)
- [Commits](pypa/twine@3.4.0...3.4.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 17, 2021
1 parent 2f2fa96 commit 100aac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -26,7 +26,7 @@
'sphinx-rtd-theme==0.4.3',
]
DEV_EXTRAS = [
'twine==3.4.0',
'twine==3.4.1',
'bump2version==1.0.1',
'pre-commit==2.11.1',
] + TEST_EXTRAS + DOC_EXTRAS
Expand Down

0 comments on commit 100aac8

Please sign in to comment.