Skip to content

Commit 5bd70fc

Browse files
authored
Bump pypi-attestations to 0.0.22 (#13444)
1 parent 21d93b5 commit 5bd70fc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/create-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
run: |
4545
uv pip install build "twine>=5.1"
4646
# resolution fails without betterproto
47-
uv pip install pypi-attestations==0.0.21 betterproto==2.0.0b6
47+
uv pip install pypi-attestations==0.0.22 betterproto==2.0.0b6
4848
4949
- name: Build distribution
5050
run: python -m build

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ lint = [
104104
"types-urllib3==1.26.25.14",
105105
"pyright==1.1.397",
106106
"pytest>=8.0",
107-
"pypi-attestations==0.0.21",
107+
"pypi-attestations==0.0.22",
108108
"betterproto==2.0.0b6",
109109
]
110110
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.21",
10+
# "pypi-attestations==0.0.22",
1111
# "betterproto==2.0.0b6",
1212
# ]
1313
# ///

0 commit comments

Comments
 (0)