Skip to content

Commit 5e07baf

Browse files
committed
Bump pypi-attestations to 0.0.25
1 parent b6aefed commit 5e07baf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ lint = [
104104
"types-urllib3==1.26.25.14",
105105
"pyright==1.1.400",
106106
"pytest>=8.0",
107-
"pypi-attestations==0.0.22",
107+
"pypi-attestations==0.0.25",
108108
"betterproto==2.0.0b6",
109109
]
110110
test = [
@@ -141,7 +141,7 @@ lint = [
141141
package = [
142142
"betterproto==2.0.0b6", # resolution fails without betterproto
143143
"build",
144-
"pypi-attestations==0.0.22",
144+
"pypi-attestations==0.0.25",
145145
"twine>=6.1",
146146
]
147147
test = [

utils/convert_attestations.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# /// script
88
# requires-python = ">=3.11"
99
# dependencies = [
10-
# "pypi-attestations==0.0.22",
10+
# "pypi-attestations==0.0.25",
1111
# "betterproto==2.0.0b6",
1212
# ]
1313
# ///

0 commit comments

Comments
 (0)