Merge pull request #297 from trail-of-forks/ww/bump-pypi-attestations
Some checks failed
🏗️ / smoke-test (push) Has been cancelled
🏗️ / build-and-push (push) Has been cancelled

requirements: bump pypi-attestations to 0.0.15
This commit is contained in:
Sviatoslav Sydorenko (Святослав Сидоренко) 2024-11-07 00:00:24 +01:00 committed by GitHub
commit 15c56dba36
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@ id ~= 1.0
requests requests
# NOTE: Used to generate attestations. # NOTE: Used to generate attestations.
pypi-attestations ~= 0.0.13 pypi-attestations ~= 0.0.15
sigstore ~= 3.5.1 sigstore ~= 3.5.1
# NOTE: Used to detect the PyPI package name from the distribution files # NOTE: Used to detect the PyPI package name from the distribution files

View file

@ -93,7 +93,7 @@ pyjwt==2.8.0
# via sigstore # via sigstore
pyopenssl==24.1.0 pyopenssl==24.1.0
# via sigstore # via sigstore
pypi-attestations==0.0.13 pypi-attestations==0.0.15
# via -r runtime.in # via -r runtime.in
python-dateutil==2.9.0.post0 python-dateutil==2.9.0.post0
# via betterproto # via betterproto