Skip to content

Commit

Permalink
Bump uv to 0.5.21
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhollas committed Jan 17, 2025
1 parent 6b7e309 commit 7e12fb3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 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/[email protected]
with:
version: 0.5.x
version: 0.5.21
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.20
rev: 0.5.21
hooks:
# Check and update the uv lockfile
- id: uv-lock
Expand Down
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -512,4 +512,6 @@ commands = molecule {posargs:test}
"""

[tool.uv]
required-version = ">=0.5.20"
# NOTE: When you bump the minimum uv version, you also need
# to bump it in .pre-commit-config.yaml and .github/actions/install-aiida-core/action.yml
required-version = ">=0.5.21"

0 comments on commit 7e12fb3

Please sign in to comment.