Skip to content

Commit 41d86c2

Browse files
authored
Use latest uv
Per security requirement following GHSA-w476-p2h3-79g9
1 parent 091f575 commit 41d86c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-smokes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ jobs:
169169
- name: Install uv for Python
170170
uses: astral-sh/setup-uv@v3
171171
with:
172-
version: "0.8.22"
172+
version: "0.9.5"
173173
enable-cache: true
174174
cache-dependency-glob: "tests/uv.lock"
175175

0 commit comments

Comments
 (0)