Skip to content

Commit

Permalink
Bump uv to 0.5.22
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhollas authored and agoscinski committed Jan 24, 2025
1 parent 290818b commit daa3fb5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/actions/install-aiida-core/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit daa3fb5

Please sign in to comment.