File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 hooks :
2525 - id : black
2626 - repo : https://github.com/astral-sh/ruff-pre-commit
27- rev : v0.12.10
27+ rev : v0.12.11
2828 hooks :
2929 - id : ruff-check
3030 types : [file]
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.35.5
41+ rev : v1.35.6
4242 hooks :
4343 - id : typos
4444 - repo : https://github.com/sphinx-contrib/sphinx-lint
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.13
76+ rev : 0.8.14
7777 hooks :
7878 # Compile requirements
7979 - id : pip-compile
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ attrs==25.3.0
88 # outcome
99babel==2.17.0
1010 # via sphinx
11- beautifulsoup4==4.13.4
11+ beautifulsoup4==4.13.5
1212 # via sphinx-codeautolink
1313certifi==2025.8.3
1414 # via requests
@@ -67,7 +67,7 @@ snowballstemmer==3.0.1
6767 # via sphinx
6868sortedcontainers==2.4.0
6969 # via -r docs-requirements.in
70- soupsieve==2.7
70+ soupsieve==2.8
7171 # via beautifulsoup4
7272sphinx==8.2.3
7373 # via
@@ -98,9 +98,9 @@ sphinxcontrib-serializinghtml==2.0.0
9898 # via sphinx
9999sphinxcontrib-trio==1.1.2
100100 # via -r docs-requirements.in
101- towncrier==24 .8.0
101+ towncrier==25 .8.0
102102 # via -r docs-requirements.in
103- typing-extensions==4.14.1
103+ typing-extensions==4.15.0
104104 # via
105105 # beautifulsoup4
106106 # exceptiongroup
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ colorama==0.4.6 ; sys_platform == 'win32'
4040 # pylint
4141 # pytest
4242 # sphinx
43- coverage==7.10.5
43+ coverage==7.10.6
4444 # via -r test-requirements.in
4545cryptography==45.0.6
4646 # via
@@ -94,7 +94,7 @@ nodeenv==1.9.1
9494 # via
9595 # pre-commit
9696 # pyright
97- orjson==3.11.2 ; implementation_name == 'cpython'
97+ orjson==3.11.3 ; implementation_name == 'cpython'
9898 # via -r test-requirements.in
9999outcome==1.3.0.post0
100100 # via -r test-requirements.in
@@ -109,7 +109,7 @@ pathspec==0.12.1
109109 # via
110110 # black
111111 # mypy
112- platformdirs==4.3.8
112+ platformdirs==4.4.0
113113 # via
114114 # black
115115 # pylint
@@ -138,7 +138,7 @@ requests==2.32.5
138138 # via sphinx
139139roman-numerals-py==3.1.0 ; python_full_version >= '3.11'
140140 # via sphinx
141- ruff==0.12.10
141+ ruff==0.12.11
142142 # via -r test-requirements.in
143143sniffio==1.3.1
144144 # via -r test-requirements.in
@@ -187,7 +187,7 @@ types-pyyaml==6.0.12.20250822
187187 # via -r test-requirements.in
188188types-setuptools==80.9.0.20250822
189189 # via types-cffi
190- typing-extensions==4.14.1
190+ typing-extensions==4.15.0
191191 # via
192192 # -r test-requirements.in
193193 # astroid
@@ -200,7 +200,7 @@ typing-extensions==4.14.1
200200 # virtualenv
201201urllib3==2.5.0
202202 # via requests
203- uv==0.8.13
203+ uv==0.8.14
204204 # via -r test-requirements.in
205205virtualenv==20.34.0
206206 # via pre-commit
You can’t perform that action at this time.
0 commit comments