Skip to content

Commit 9a079cb

Browse files
committed
bump uv version to 0.9.21
1 parent 8c67137 commit 9a079cb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/linting.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ concurrency:
2727
env:
2828
# Pin uv version for reproducible builds
2929
# https://github.com/astral-sh/uv/releases
30-
UV_VERSION: "0.9.19" # released on 29-12-2025
30+
UV_VERSION: "0.9.21" # released on 30-12-2025
3131

3232
on:
3333
pull_request:

.github/workflows/testing.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ env:
3333

3434
# Pin uv version for reproducible builds
3535
# https://github.com/astral-sh/uv/releases
36-
UV_VERSION: "0.9.19" # released on 29-12-2025
36+
UV_VERSION: "0.9.21" # released on 30-12-2025
3737

3838
on:
3939
pull_request:

0 commit comments

Comments
 (0)