Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: twine
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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 May 17, 2024
1 parent d860536 commit 7dfa88a
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions dev_requirements/requirements-test_packaging.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,28 +5,32 @@
#
# pip-compile-multi
#
backports-tarfile==1.1.0
# via jaraco-context
build==1.2.1
# via -r dev_requirements/requirements-test_packaging.in
certifi==2024.2.2
# via requests
cffi==1.16.0
# via cryptography
charset-normalizer==3.3.2
# via requests
cryptography==42.0.7
# via secretstorage
docutils==0.21.1
# via readme-renderer
idna==3.7
# via requests
importlib-metadata==7.1.0
# via
# keyring
# twine
# via twine
jaraco-classes==3.4.0
# via keyring
jaraco-context==5.3.0
# via keyring
jaraco-functools==4.0.1
# via keyring
jeepney==0.8.0
# via
# keyring
# secretstorage
keyring==25.1.0
# via twine
markdown-it-py==3.0.0
Expand All @@ -43,6 +47,8 @@ packaging==24.0
# via build
pkginfo==1.10.0
# via twine
pycparser==2.22
# via cffi
pygments==2.17.2
# via
# readme-renderer
Expand All @@ -61,7 +67,9 @@ rfc3986==2.0.0
# via twine
rich==13.7.1
# via twine
twine==5.0.0
secretstorage==3.3.3
# via keyring
twine==5.1.0
# via -r dev_requirements/requirements-test_packaging.in
urllib3==2.2.1
# via
Expand Down

0 comments on commit 7dfa88a

Please sign in to comment.