mirror of
https://github.com/pypa/gh-action-pypi-publish.git
synced 2024-11-21 16:11:01 -05:00
Merge pull request #297 from trail-of-forks/ww/bump-pypi-attestations
requirements: bump pypi-attestations to 0.0.15
This commit is contained in:
commit
15c56dba36
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue