Skip to content

Commit 84fbcb7

Browse files
authored
[pre-commit.ci] pre-commit autoupdate (#3335)
2 parents fc16b60 + 2165828 commit 84fbcb7

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ repos:
2020
- id: sort-simple-yaml
2121
files: .pre-commit-config.yaml
2222
- repo: https://github.com/psf/black-pre-commit-mirror
23-
rev: 25.1.0
23+
rev: 25.9.0
2424
hooks:
2525
- id: black
2626
- repo: https://github.com/astral-sh/ruff-pre-commit
27-
rev: v0.13.0
27+
rev: v0.13.1
2828
hooks:
2929
- id: ruff-check
3030
types: [file]
@@ -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.8.17
76+
rev: 0.8.19
7777
hooks:
7878
# Compile requirements
7979
- id: pip-compile

test-requirements.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ attrs==25.3.0
1616
# outcome
1717
babel==2.17.0
1818
# via sphinx
19-
black==25.1.0 ; implementation_name == 'cpython'
19+
black==25.9.0 ; implementation_name == 'cpython'
2020
# via -r test-requirements.in
2121
certifi==2025.8.3
2222
# via requests
@@ -132,13 +132,15 @@ pyright==1.1.404
132132
# via -r test-requirements.in
133133
pytest==8.4.1
134134
# via -r test-requirements.in
135+
pytokens==0.1.10 ; implementation_name == 'cpython'
136+
# via black
135137
pyyaml==6.0.2
136138
# via pre-commit
137139
requests==2.32.5
138140
# via sphinx
139141
roman-numerals-py==3.1.0 ; python_full_version >= '3.11'
140142
# via sphinx
141-
ruff==0.13.0
143+
ruff==0.13.1
142144
# via -r test-requirements.in
143145
sniffio==1.3.1
144146
# via -r test-requirements.in
@@ -200,7 +202,7 @@ typing-extensions==4.15.0
200202
# virtualenv
201203
urllib3==2.5.0
202204
# via requests
203-
uv==0.8.17
205+
uv==0.8.19
204206
# via -r test-requirements.in
205207
virtualenv==20.34.0
206208
# via pre-commit

0 commit comments

Comments
 (0)