Skip to content

Commit 840d5fb

Browse files
chore(deps): update uv-version to v0.8.3 (#1221)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 608161f commit 840d5fb

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.13'
1515
# renovate: datasource=pypi depName=uv
16-
UV_VERSION: '0.8.0'
16+
UV_VERSION: '0.8.3'
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.13'
1010
# renovate: datasource=pypi depName=uv
11-
UV_VERSION: '0.8.0'
11+
UV_VERSION: '0.8.3'
1212

1313
permissions: {}
1414

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
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.8.0"
20+
rev: "0.8.3"
2121
hooks:
2222
- id: uv-lock
2323
name: check uv lock file consistency

0 commit comments

Comments
 (0)