Skip to content

Commit 63fdb59

Browse files
committed
Bump pypi-attestations to 0.0.26
1 parent 647d9bd commit 63fdb59

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
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.25",
107+
"pypi-attestations==0.0.26",
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.25",
144+
"pypi-attestations==0.0.26",
145145
"twine>=6.1",
146146
]
147147
test = [

utils/convert_attestations.py

Lines changed: 1 addition & 1 deletion
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.25",
10+
# "pypi-attestations==0.0.26",
1111
# "betterproto==2.0.0b6",
1212
# ]
1313
# ///

0 commit comments

Comments
 (0)