Skip to content

Commit c566561

Browse files
chore(deps): update uv to v0.6.8 (#264)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ca3f49c commit c566561

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
id: setup-uv
2929
with:
3030
# renovate: datasource=pypi dependency=uv
31-
version: "0.6.6"
31+
version: "0.6.8"
3232
- name: Install pre-commit
3333
run: |
3434
uv sync --locked --only-dev
@@ -62,7 +62,7 @@ jobs:
6262
id: setup-uv
6363
with:
6464
# renovate: datasource=pypi dependency=uv
65-
version: "0.6.6"
65+
version: "0.6.8"
6666
- name: Install dependencies
6767
run: |
6868
uv sync --locked

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
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.6"
35+
version: "0.6.8"
3636
- name: Install dependencies
3737
run: uv sync --locked --no-dev
3838
# see: https://squidfunk.github.io/mkdocs-material/publishing-your-site/#with-github-actions

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ repos:
2929
- id: markdownlint-cli2
3030

3131
- repo: https://github.com/astral-sh/uv-pre-commit
32-
rev: 0.6.6
32+
rev: 0.6.8
3333
hooks:
3434
- id: uv-lock
3535

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM squidfunk/mkdocs-material:9.6.9
22

3-
COPY --from=ghcr.io/astral-sh/uv:0.6.6 /uv /uvx /bin/
3+
COPY --from=ghcr.io/astral-sh/uv:0.6.8 /uv /uvx /bin/
44

55
RUN --mount=type=bind,source=uv.lock,target=uv.lock \
66
--mount=type=bind,source=pyproject.toml,target=pyproject.toml \

0 commit comments

Comments
 (0)