Skip to content

Commit

Permalink
chore(deps): update uv-version to v0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 4, 2025
1 parent 2d41de4 commit e61f225
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/api-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ env:
# renovate: datasource=pypi depName=nox
NOX_VERSION: 2024.10.9
# renovate: datasource=pypi depName=uv
UV_VERSION: 0.5.21
UV_VERSION: 0.6.4

permissions: # added using https://github.com/step-security/secure-repo
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/limesurvey-tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
# renovate: datasource=pypi depName=nox
NOX_VERSION: 2024.10.9
# renovate: datasource=pypi depName=uv
UV_VERSION: 0.5.21
UV_VERSION: 0.6.4

permissions: read-all

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ env:
# renovate: datasource=pypi depName=nox
NOX_VERSION: 2024.10.9
# renovate: datasource=pypi depName=uv
UV_VERSION: 0.5.21
UV_VERSION: 0.6.4

jobs:
tests:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/zizmor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
env:
FORCE_COLOR: 1
# renovate: datasource=pypi depName=uv
UV_VERSION: 0.5.21
UV_VERSION: 0.6.4
# renovate: datasource=pypi depName=zizmor
ZIZMOR_VERSION: 1.2.1

Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ repos:
- id: pyproject-fmt

- repo: https://github.com/astral-sh/uv-pre-commit
rev: 0.5.21
rev: 0.6.4
hooks:
- id: uv-lock
- id: uv-sync
Expand Down

0 comments on commit e61f225

Please sign in to comment.