Skip to content

Commit 6eae1f6

Browse files
chore(deps): update uv-version to v0.9.9 (#1341)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b93df19 commit 6eae1f6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ concurrency:
1313
env:
1414
PYTHON_VERSION: '3.14'
1515
# renovate: datasource=pypi depName=uv
16-
UV_VERSION: '0.9.8'
16+
UV_VERSION: '0.9.9'
1717

1818
permissions: {}
1919

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
env:
99
PYTHON_VERSION: '3.14'
1010
# renovate: datasource=pypi depName=uv
11-
UV_VERSION: '0.9.8'
11+
UV_VERSION: '0.9.9'
1212

1313
permissions: {}
1414

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ repos:
2727
require_serial: true
2828

2929
- repo: https://github.com/astral-sh/uv-pre-commit
30-
rev: "0.9.8"
30+
rev: "0.9.9"
3131
hooks:
3232
- id: uv-lock
3333
name: check uv lock file consistency

0 commit comments

Comments
 (0)