Skip to content

Commit

Permalink
Merge pull request #31 from stefanofusai/27-sync-uv-versions
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanofusai authored Nov 25, 2024
2 parents 79bcb3b + dd2db2a commit ecfb489
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Set up uv
uses: astral-sh/setup-uv@v3
uses: astral-sh/setup-uv@v4
with:
version: 0.4.20
version: 0.5.4
enable-cache: true
cache-dependency-glob: .requirements/testing.txt
- name: Install requirements
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ repos:
- main
# Dependency management
- repo: https://github.com/astral-sh/uv-pre-commit
rev: 0.4.25
rev: 0.5.4
hooks:
- id: pip-compile
files: ^\.requirements\/(base|development)\.(in|txt)$
Expand Down

0 comments on commit ecfb489

Please sign in to comment.