Skip to content

Commit

Permalink
chore(deps): update uv-version to v0.5.26
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 1, 2025
1 parent f7c73cb commit 8adaf65
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.5.26

permissions: # added using https://github.com/step-security/secure-repo
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,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.5.26

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.5.26
# 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.5.26
hooks:
- id: uv-lock
- id: uv-sync
Expand Down

0 comments on commit 8adaf65

Please sign in to comment.