We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0bd4bb8 + e72c959 commit 256522aCopy full SHA for 256522a
2 files changed
.pre-commit-config.yaml
@@ -73,7 +73,7 @@ repos:
73
additional_dependencies: ["pyyaml"]
74
files: ^(test-requirements\.txt)|(\.pre-commit-config\.yaml)$
75
- repo: https://github.com/astral-sh/uv-pre-commit
76
- rev: 0.7.12
+ rev: 0.7.13
77
hooks:
78
# Compile requirements
79
- id: pip-compile
test-requirements.txt
@@ -197,7 +197,7 @@ typing-extensions==4.13.2
197
# pyright
198
urllib3==2.4.0
199
# via requests
200
-uv==0.7.12
+uv==0.7.13
201
# via -r test-requirements.in
202
virtualenv==20.31.2
203
# via pre-commit
0 commit comments