File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed
Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff 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]
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
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ attrs==25.3.0
1616 # outcome
1717babel==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
2121certifi==2025.8.3
2222 # via requests
@@ -132,13 +132,15 @@ pyright==1.1.404
132132 # via -r test-requirements.in
133133pytest==8.4.1
134134 # via -r test-requirements.in
135+ pytokens==0.1.10 ; implementation_name == 'cpython'
136+ # via black
135137pyyaml==6.0.2
136138 # via pre-commit
137139requests==2.32.5
138140 # via sphinx
139141roman-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
143145sniffio==1.3.1
144146 # via -r test-requirements.in
@@ -200,7 +202,7 @@ typing-extensions==4.15.0
200202 # virtualenv
201203urllib3==2.5.0
202204 # via requests
203- uv==0.8.17
205+ uv==0.8.19
204206 # via -r test-requirements.in
205207virtualenv==20.34.0
206208 # via pre-commit
You can’t perform that action at this time.
0 commit comments