Skip to content

Commit

Permalink
chore(deps): update uv-version to v0.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 7, 2024
1 parent 298229a commit 94b2050
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-python-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ runs:
run: pipx install uv
env:
# renovate: datasource=pypi depName=uv
UV_VERSION: '0.4.2'
UV_VERSION: '0.4.6'
shell: bash

- name: Install Python dependencies
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repos:
- id: ruff-format

- repo: https://github.com/astral-sh/uv-pre-commit
rev: "0.4.2"
rev: "0.4.6"
hooks:
- id: uv-lock
name: check uv lock file consistency
Expand Down

0 comments on commit 94b2050

Please sign in to comment.