Skip to content

Commit 3b308d1

Browse files
chore(deps): update astral-sh/uv to v0.10.4 (#500)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4d0b726 commit 3b308d1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ concurrency:
3131
env:
3232
FORCE_COLOR: "1"
3333
# renovate: datasource=pypi depName=uv
34-
UV_VERSION: 0.9.28
34+
UV_VERSION: 0.10.4
3535
# renovate: datasource=pypi depName=tox
3636
TOX_VERSION: 4.34.1
3737
# renovate: datasource=pypi depName=tox-uv

.github/workflows/update_catalog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
env:
1010
FORCE_COLOR: "1"
1111
# renovate: datasource=pypi depName=uv
12-
UV_VERSION: 0.9.28
12+
UV_VERSION: 0.10.4
1313

1414
jobs:
1515
update_openapi_specification:

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ repos:
4545
- pyjson5==2.0.0
4646

4747
- repo: https://github.com/astral-sh/uv-pre-commit
48-
rev: 0.9.28
48+
rev: 0.10.4
4949
hooks:
5050
- id: uv-lock
5151
- id: uv-sync

0 commit comments

Comments
 (0)