From 40a33f3f83c9a1727108d2e45788f72935386ede Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 19:13:21 +0000 Subject: [PATCH] chore(deps): update uv --- .github/workflows/ci.yml | 4 ++-- .github/workflows/deploy.yml | 4 ++-- .pre-commit-config.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index debc619..7b7e75c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,11 +53,11 @@ jobs: # fetch the full git history to be able to determine creation dates for pages # see: https://github.com/timvink/mkdocs-git-revision-date-localized-plugin?tab=readme-ov-file#note-when-using-build-environments fetch-depth: 0 - - uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0 + - uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2 id: setup-uv with: # renovate: datasource=pypi dependency=uv - version: "0.11.8" + version: "0.11.29" - name: Install dependencies run: | uv sync --locked diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 24df3a2..e7cfcaf 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -31,11 +31,11 @@ jobs: git config user.name github-actions[bot] git config user.email 41898282+github-actions[bot]@users.noreply.github.com - name: Install uv - uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0 + uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2 id: setup-uv with: # renovate: datasource=pypi dependency=uv - version: "0.11.8" + version: "0.11.29" - name: Install dependencies run: uv sync --locked --no-dev # see: https://squidfunk.github.io/mkdocs-material/publishing-your-site/#with-github-actions diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 54b8b7a..c7fb597 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -48,7 +48,7 @@ repos: - id: markdownlint-cli2 - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.11.8 + rev: 0.11.29 hooks: - id: uv-lock