chore: bump uv version (#2289)

# What does this PR do?

To match the one used by the release bot.

Signed-off-by: Sébastien Han <seb@redhat.com>
This commit is contained in:
Sébastien Han 2025-05-27 22:44:27 +02:00 committed by GitHub
parent 7105a25b0f
commit 484abe3116
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -53,7 +53,7 @@ repos:
- black==24.3.0
- repo: https://github.com/astral-sh/uv-pre-commit
rev: 0.6.3
rev: 0.7.8
hooks:
- id: uv-lock
- id: uv-export
@ -88,7 +88,7 @@ repos:
- id: distro-codegen
name: Distribution Template Codegen
additional_dependencies:
- uv==0.6.0
- uv==0.7.8
entry: uv run --extra codegen ./scripts/distro_codegen.py
language: python
pass_filenames: false
@ -97,7 +97,7 @@ repos:
- id: openapi-codegen
name: API Spec Codegen
additional_dependencies:
- uv==0.6.2
- uv==0.7.8
entry: sh -c 'uv run --with ".[dev]" ./docs/openapi_generator/run_openapi_generator.sh > /dev/null'
language: python
pass_filenames: false