We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4adce1 commit d768a92Copy full SHA for d768a92
3 files changed
.github/workflows/ci.yml
@@ -57,7 +57,7 @@ jobs:
57
id: setup-uv
58
with:
59
# renovate: datasource=pypi dependency=uv
60
- version: "0.11.7"
+ version: "0.11.8"
61
- name: Install dependencies
62
run: |
63
uv sync --locked
.github/workflows/deploy.yml
@@ -35,7 +35,7 @@ jobs:
35
36
37
38
39
40
run: uv sync --locked --no-dev
41
# see: https://squidfunk.github.io/mkdocs-material/publishing-your-site/#with-github-actions
.pre-commit-config.yaml
@@ -48,7 +48,7 @@ repos:
48
- id: markdownlint-cli2
49
50
- repo: https://github.com/astral-sh/uv-pre-commit
51
- rev: 0.11.7
+ rev: 0.11.8
52
hooks:
53
- id: uv-lock
54
0 commit comments