Skip to content

Commit d768a92

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

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.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.7"
60+
version: "0.11.8"
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.7"
38+
version: "0.11.8"
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.7
51+
rev: 0.11.8
5252
hooks:
5353
- id: uv-lock
5454

0 commit comments

Comments
 (0)