Skip to content

Commit

Permalink
requirements: bump twine to ~= 6.0
Browse files Browse the repository at this point in the history
Signed-off-by: William Woodruff <[email protected]>
  • Loading branch information
woodruffw committed Dec 1, 2024
1 parent 218af42 commit 0e10725
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion requirements/runtime.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
twine
twine ~= 6.0

# NOTE: Used to detect an ambient OIDC credential for OIDC publishing,
# NOTE: as well as PEP 740 attestations.
Expand Down
7 changes: 2 additions & 5 deletions requirements/runtime.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ idna==3.7
# via
# email-validator
# requests
importlib-metadata==7.1.0
# via twine
jaraco-classes==3.4.0
# via keyring
jaraco-context==5.3.0
Expand All @@ -67,6 +65,7 @@ packaging==24.1
# via
# -r runtime.in
# pypi-attestations
# twine
pkginfo==1.10.0
# via twine
platformdirs==4.2.2
Expand Down Expand Up @@ -133,7 +132,7 @@ six==1.16.0
# via python-dateutil
tuf==5.0.0
# via sigstore
twine==5.1.1
twine==6.0.1
# via -r runtime.in
typing-extensions==4.11.0
# via
Expand All @@ -143,5 +142,3 @@ urllib3==2.2.1
# via
# requests
# twine
zipp==3.18.2
# via importlib-metadata

0 comments on commit 0e10725

Please sign in to comment.