Pin `pypi-attestations` to an exact version (#13310)

This commit is contained in:
Adam Dangoor
2025-02-07 08:17:46 +00:00
committed by GitHub
parent 758dc81303
commit 4467c100b4

View File

@@ -7,7 +7,7 @@ See https://github.com/trailofbits/pypi-attestations.
# /// script # /// script
# requires-python = ">=3.11" # requires-python = ">=3.11"
# dependencies = [ # dependencies = [
# "pypi-attestations~=0.0.12", # "pypi-attestations==0.0.12",
# "sigstore-protobuf-specs==0.3.2", # "sigstore-protobuf-specs==0.3.2",
# "betterproto==2.0.0b6", # "betterproto==2.0.0b6",
# ] # ]