From f8bca881d5978b665bc31e24ff549468ad071825 Mon Sep 17 00:00:00 2001 From: Adam Dangoor Date: Wed, 22 Apr 2026 10:57:55 +0100 Subject: [PATCH] chore: bump uv to 0.11.7 for pre-commit hooks Made-with: Cursor --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 512b4054..9c436259 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ --- fail_fast: true -.uv_version: &uv_version uv==0.9.5 +.uv_version: &uv_version uv==0.11.7 # We use system Python, with required dependencies specified in pyproject.toml. # We therefore cannot use those dependencies in pre-commit CI.