We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 608161f commit 840d5fbCopy full SHA for 840d5fb
.github/workflows/main.yml
@@ -13,7 +13,7 @@ concurrency:
13
env:
14
PYTHON_VERSION: '3.13'
15
# renovate: datasource=pypi depName=uv
16
- UV_VERSION: '0.8.0'
+ UV_VERSION: '0.8.3'
17
18
permissions: {}
19
.github/workflows/release.yml
@@ -8,7 +8,7 @@ on:
8
9
10
11
12
.pre-commit-config.yaml
@@ -17,7 +17,7 @@ repos:
- id: ruff-format
- repo: https://github.com/astral-sh/uv-pre-commit
20
- rev: "0.8.0"
+ rev: "0.8.3"
21
hooks:
22
- id: uv-lock
23
name: check uv lock file consistency
0 commit comments