Skip to content

Commit a6ad393

Browse files
chore(deps): update uv to v0.9.17 (#174)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 63d61ad commit a6ad393

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
id: setup-uv
3232
with:
3333
# renovate: datasource=pypi dependency=uv
34-
version: "0.9.16"
34+
version: "0.9.17"
3535
- name: Install pre-commit
3636
run: |
3737
uv sync --locked --only-dev

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ repos:
3131
- id: validate-pyproject
3232

3333
- repo: https://github.com/astral-sh/uv-pre-commit
34-
rev: 0.9.16
34+
rev: 0.9.17
3535
hooks:
3636
- id: uv-lock
3737

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# TODO: update Python version with Renovate somehow
2-
FROM ghcr.io/astral-sh/uv:0.9.16-python3.13-alpine AS dependencies
2+
FROM ghcr.io/astral-sh/uv:0.9.17-python3.13-alpine AS dependencies
33

4-
COPY --from=ghcr.io/astral-sh/uv:0.9.16 /uv /uvx /bin/
4+
COPY --from=ghcr.io/astral-sh/uv:0.9.17 /uv /uvx /bin/
55

66
RUN apk add --no-cache git
77

0 commit comments

Comments
 (0)