Skip to content

Commit 6b04b5d

Browse files
committed
Bump minimum uv version
1 parent 9e97f1e commit 6b04b5d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/actions/install-aiida-core/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ runs:
3434
- name: Set up uv
3535
uses: astral-sh/setup-uv@v6
3636
with:
37-
version: 0.7.6
37+
version: 0.8.22
3838
python-version: ${{ inputs.python-version }}
3939
activate-environment: true
4040

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ repos:
4545
)$
4646
4747
- repo: https://github.com/astral-sh/uv-pre-commit
48-
rev: 0.8.0
48+
rev: 0.8.22
4949
hooks:
5050
# Check and update the uv lockfile
5151
- id: uv-lock

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,4 +557,4 @@ commands = molecule {posargs:test}
557557
# .pre-commit-config.yaml
558558
# .github/actions/install-aiida-core/action.yml
559559
# .readthedocs.yml
560-
required-version = ">=0.7.0"
560+
required-version = ">=0.8.5"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)