Skip to content

Commit 79218bb

Browse files
authored
Merge pull request #3438 from python-trio/pre-commit-ci-update-config
2 parents 4d55cd5 + 15ea348 commit 79218bb

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ repos:
3838
# tomli needed on 3.10. tomllib is available in stdlib on 3.11+
3939
- tomli
4040
- repo: https://github.com/adhtruong/mirrors-typos
41-
rev: v1.46.0
41+
rev: v1.46.1
4242
hooks:
4343
- id: typos
4444
- repo: https://github.com/sphinx-contrib/sphinx-lint
@@ -73,7 +73,7 @@ repos:
7373
additional_dependencies: ["pyyaml"]
7474
files: ^(test-requirements\.txt)|(\.pre-commit-config\.yaml)$
7575
- repo: https://github.com/astral-sh/uv-pre-commit
76-
rev: 0.11.8
76+
rev: 0.11.13
7777
hooks:
7878
# Compile requirements
7979
- id: pip-compile

test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ typing-extensions==4.15.0
203203
# virtualenv
204204
urllib3==2.6.3
205205
# via requests
206-
uv==0.11.8
206+
uv==0.11.13
207207
# via -r test-requirements.in
208208
virtualenv==21.3.0
209209
# via pre-commit

0 commit comments

Comments
 (0)