Skip to content

Commit dc70df6

Browse files
chore(deps): update uv-version to v0.6.6 (#1091)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f50bfcc commit dc70df6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ concurrency:
1313
env:
1414
PYTHON_VERSION: '3.13'
1515
# renovate: datasource=pypi depName=uv
16-
UV_VERSION: '0.6.5'
16+
UV_VERSION: '0.6.6'
1717

1818
permissions: {}
1919

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
env:
99
PYTHON_VERSION: '3.13'
1010
# renovate: datasource=pypi depName=uv
11-
UV_VERSION: '0.6.5'
11+
UV_VERSION: '0.6.6'
1212

1313
permissions: {}
1414

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repos:
1717
- id: ruff-format
1818

1919
- repo: https://github.com/astral-sh/uv-pre-commit
20-
rev: "0.6.5"
20+
rev: "0.6.6"
2121
hooks:
2222
- id: uv-lock
2323
name: check uv lock file consistency

0 commit comments

Comments
 (0)