diff --git a/.github/actions/install-aiida-core/action.yml b/.github/actions/install-aiida-core/action.yml index cf28a3ff80..0d031c9683 100644 --- a/.github/actions/install-aiida-core/action.yml +++ b/.github/actions/install-aiida-core/action.yml @@ -33,7 +33,7 @@ runs: - name: Set up uv uses: astral-sh/setup-uv@v5.2.1 with: - version: 0.5.21 + version: 0.5.22 python-version: ${{ inputs.python-version }} - name: Install dependencies from uv lock diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 883774689d..e1dc6e7d48 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -57,7 +57,7 @@ repos: )$ - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.5.21 + rev: 0.5.22 hooks: # Check and update the uv lockfile - id: uv-lock diff --git a/.readthedocs.yml b/.readthedocs.yml index e239d228b0..8f71246af5 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -17,8 +17,8 @@ build: # https://docs.readthedocs.io/en/stable/build-customization.html#install-dependencies-with-uv pre_create_environment: - asdf plugin add uv - - asdf install uv 0.5.21 - - asdf global uv 0.5.21 + - asdf install uv 0.5.22 + - asdf global uv 0.5.22 create_environment: - uv venv install: