We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6aefed commit 5e07bafCopy full SHA for 5e07baf
pyproject.toml
@@ -104,7 +104,7 @@ lint = [
104
"types-urllib3==1.26.25.14",
105
"pyright==1.1.400",
106
"pytest>=8.0",
107
- "pypi-attestations==0.0.22",
+ "pypi-attestations==0.0.25",
108
"betterproto==2.0.0b6",
109
]
110
test = [
@@ -141,7 +141,7 @@ lint = [
141
package = [
142
"betterproto==2.0.0b6", # resolution fails without betterproto
143
"build",
144
145
"twine>=6.1",
146
147
utils/convert_attestations.py
@@ -7,7 +7,7 @@
7
# /// script
8
# requires-python = ">=3.11"
9
# dependencies = [
10
-# "pypi-attestations==0.0.22",
+# "pypi-attestations==0.0.25",
11
# "betterproto==2.0.0b6",
12
# ]
13
# ///
0 commit comments