Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements/runtime.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ id ~= 1.0
requests

# NOTE: Used to generate attestations.
pypi-attestations ~= 0.0.15
pypi-attestations ~= 0.0.26
sigstore ~= 3.5.1

# NOTE: Used to detect the PyPI package name from the distribution files
Expand Down
9 changes: 1 addition & 8 deletions requirements/runtime.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ cryptography==43.0.3
# via
# pyopenssl
# pypi-attestations
# secretstorage
# sigstore
dnspython==2.7.0
# via email-validator
Expand Down Expand Up @@ -49,10 +48,6 @@ jaraco-context==6.0.1
# via keyring
jaraco-functools==4.1.0
# via keyring
jeepney==0.8.0
# via
# keyring
# secretstorage
keyring==25.6.0
# via twine
markdown-it-py==3.0.0
Expand Down Expand Up @@ -96,7 +91,7 @@ pyjwt==2.10.1
# via sigstore
pyopenssl==25.0.0
# via sigstore
pypi-attestations==0.0.21
pypi-attestations==0.0.26
# via -r runtime.in
python-dateutil==2.9.0.post0
# via betterproto
Expand All @@ -123,8 +118,6 @@ rich==13.9.4
# via
# sigstore
# twine
secretstorage==3.3.3
# via keyring
securesystemslib==1.2.0
# via tuf
sigstore==3.5.3
Expand Down
Loading