Skip to content

Commit 2efbe16

Browse files
chore(deps): update uv to v0.11.6
1 parent 1f47e24 commit 2efbe16

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
id: setup-uv
5858
with:
5959
# renovate: datasource=pypi dependency=uv
60-
version: "0.11.4"
60+
version: "0.11.6"
6161
- name: Install dependencies
6262
run: |
6363
uv sync --locked

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
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.11.4"
38+
version: "0.11.6"
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ repos:
4848
- id: markdownlint-cli2
4949

5050
- repo: https://github.com/astral-sh/uv-pre-commit
51-
rev: 0.11.4
51+
rev: 0.11.6
5252
hooks:
5353
- id: uv-lock
5454

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.7.6
66

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