Skip to content

Commit 0133f00

Browse files
chore(deps): update uv to v0.6.9 (#269)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 59ab1f8 commit 0133f00

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
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.8"
35+
version: "0.6.9"
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.8"
72+
version: "0.6.9"
7373
- name: Install dependencies
7474
run: |
7575
uv sync --locked

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
id: setup-uv
3737
with:
3838
# renovate: datasource=pypi dependency=uv
39-
version: "0.6.8"
39+
version: "0.6.9"
4040
- name: Install dependencies
4141
run: uv sync --locked --no-dev
4242
# see: https://squidfunk.github.io/mkdocs-material/publishing-your-site/#with-github-actions

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
FROM squidfunk/mkdocs-material:9.6.9
66

7-
COPY --from=ghcr.io/astral-sh/uv:0.6.8 /uv /uvx /bin/
7+
COPY --from=ghcr.io/astral-sh/uv:0.6.9 /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)