Skip to content

Commit 5c2432a

Browse files
chore(deps): update uv
1 parent 0461e35 commit 5c2432a

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
id: setup-uv
3333
with:
3434
# renovate: datasource=pypi dependency=uv
35-
version: "0.6.14"
35+
version: "0.6.16"
3636
- name: Install pre-commit
3737
run: |
3838
uv sync --locked --only-dev
@@ -69,7 +69,7 @@ jobs:
6969
id: setup-uv
7070
with:
7171
# renovate: datasource=pypi dependency=uv
72-
version: "0.6.14"
72+
version: "0.6.16"
7373
- name: Install dependencies
7474
run: |
7575
uv sync --locked

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
id: setup-uv
3636
with:
3737
# renovate: datasource=pypi dependency=uv
38-
version: "0.6.14"
38+
version: "0.6.16"
3939
- name: Install dependencies
4040
run: uv sync --locked --no-dev
4141
# see: https://squidfunk.github.io/mkdocs-material/publishing-your-site/#with-github-actions

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ repos:
5454
- id: markdownlint-cli2
5555

5656
- repo: https://github.com/astral-sh/uv-pre-commit
57-
rev: 0.6.14
57+
rev: 0.6.15
5858
hooks:
5959
- id: uv-lock
6060

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
FROM squidfunk/mkdocs-material:9.6.11
66

7-
COPY --from=ghcr.io/astral-sh/uv:0.6.14 /uv /uvx /bin/
7+
COPY --from=ghcr.io/astral-sh/uv:0.6.16 /uv /uvx /bin/
88

99
RUN --mount=type=bind,source=uv.lock,target=uv.lock \
1010
--mount=type=bind,source=pyproject.toml,target=pyproject.toml \

0 commit comments

Comments
 (0)