Skip to content

Commit

Permalink
chore(deps): update uv-version to v0.4.14
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 21, 2024
1 parent d28ff61 commit c372baf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ concurrency:
env:
PYTHON_VERSION: '3.12'
# renovate: datasource=pypi depName=uv
UV_VERSION: '0.4.10'
UV_VERSION: '0.4.14'

jobs:
quality:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
env:
PYTHON_VERSION: '3.12'
# renovate: datasource=pypi depName=uv
UV_VERSION: '0.4.10'
UV_VERSION: '0.4.14'

jobs:
set-version:
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.10"
rev: "0.4.14"
hooks:
- id: uv-lock
name: check uv lock file consistency
Expand Down

0 comments on commit c372baf

Please sign in to comment.