Skip to content

Commit d56829f

Browse files
committed
Bump minimum uv version
1 parent fbbc6f6 commit d56829f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ runs:
3232
- name: Set up uv
3333
uses: astral-sh/setup-uv@v6
3434
with:
35-
version: 0.7.6
35+
version: 0.9.7
3636
python-version: ${{ inputs.python-version }}
3737
activate-environment: true
3838

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ repos:
4747
)$
4848
4949
- repo: https://github.com/astral-sh/uv-pre-commit
50-
rev: 0.7.6
50+
rev: 0.9.7
5151
hooks:
5252
# Check and update the uv lockfile
5353
- id: uv-lock

.readthedocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ build:
1717
# https://docs.readthedocs.io/en/stable/build-customization.html#install-dependencies-with-uv
1818
pre_create_environment:
1919
- asdf plugin add uv
20-
- asdf install uv 0.7.6
21-
- asdf global uv 0.7.6
20+
- asdf install uv 0.9.7
21+
- asdf global uv 0.9.7
2222
create_environment:
2323
# Create a virtual environment in '.venv/' folder
2424
# which is picked up automatically by `uv sync` and `uv run` commands below

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -570,4 +570,4 @@ commands = molecule {posargs:test}
570570
# .pre-commit-config.yaml
571571
# .github/actions/install-aiida-core/action.yml
572572
# .readthedocs.yml
573-
required-version = ">=0.7.0"
573+
required-version = ">=0.8.4"

0 commit comments

Comments
 (0)