We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d73f02d commit 8f28285Copy full SHA for 8f28285
pyproject.toml
@@ -105,7 +105,7 @@ lint = [
105
"types-urllib3==1.26.25.14",
106
"pyright==1.1.400",
107
"pytest>=8.0",
108
- "pypi-attestations==0.0.26",
+ "pypi-attestations==0.0.27",
109
"betterproto==2.0.0b6",
110
]
111
test = [
@@ -142,7 +142,7 @@ lint = [
142
package = [
143
"betterproto==2.0.0b6", # resolution fails without betterproto
144
"build",
145
146
"twine>=6.1",
147
148
utils/convert_attestations.py
@@ -7,7 +7,7 @@
7
# /// script
8
# requires-python = ">=3.11"
9
# dependencies = [
10
-# "pypi-attestations==0.0.26",
+# "pypi-attestations==0.0.27",
11
# "betterproto==2.0.0b6",
12
# ]
13
# ///
0 commit comments