Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
id: setup-uv
with:
# renovate: datasource=pypi dependency=uv
version: "0.9.13"
version: "0.9.14"
- name: Install pre-commit
run: |
uv sync --locked --only-dev
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
id: setup-uv
with:
# renovate: datasource=pypi dependency=uv
version: "0.9.13"
version: "0.9.14"
- name: Install dependencies
run: |
uv sync --locked
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
id: setup-uv
with:
# renovate: datasource=pypi dependency=uv
version: "0.9.13"
version: "0.9.14"
- name: Install dependencies
run: uv sync --locked --no-dev
# see: https://squidfunk.github.io/mkdocs-material/publishing-your-site/#with-github-actions
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ repos:
- id: markdownlint-cli2

- repo: https://github.com/astral-sh/uv-pre-commit
rev: 0.9.13
rev: 0.9.14
hooks:
- id: uv-lock

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

FROM squidfunk/mkdocs-material:9.7.0

COPY --from=ghcr.io/astral-sh/uv:0.9.13 /uv /uvx /bin/
COPY --from=ghcr.io/astral-sh/uv:0.9.14 /uv /uvx /bin/

RUN --mount=type=bind,source=uv.lock,target=uv.lock \
--mount=type=bind,source=pyproject.toml,target=pyproject.toml \
Expand Down