File tree Expand file tree Collapse file tree 7 files changed +19
-17
lines changed Expand file tree Collapse file tree 7 files changed +19
-17
lines changed Original file line number Diff line number Diff line change 1616 exclude : " stress_phystoken|\\ .py,cover$"
1717
1818 - repo : https://github.com/astral-sh/ruff-pre-commit
19- rev : v0.13.1
19+ rev : v0.13.2
2020 hooks :
2121 - id : ruff-format
2222
Original file line number Diff line number Diff line change 22# make upgrade
33alabaster==1.0.0
44 # via sphinx
5- anyio==4.10 .0
5+ anyio==4.11 .0
66 # via
77 # starlette
88 # watchfiles
@@ -50,7 +50,7 @@ jinja2==3.1.6
5050 # sphinx
5151markdown-it-py==4.0.0
5252 # via scriv
53- markupsafe==3.0.2
53+ markupsafe==3.0.3
5454 # via jinja2
5555mdurl==0.1.2
5656 # via markdown-it-py
@@ -92,6 +92,7 @@ sphinx==8.2.3
9292 # sphinxcontrib-jquery
9393 # sphinxcontrib-restbuilder
9494 # sphinxcontrib-spelling
95+ # sphinxext-rediraffe
9596sphinx-autobuild==2025.8.25
9697 # via -r doc/requirements.in
9798sphinx-code-tabs==0.5.5
@@ -118,6 +119,8 @@ sphinxcontrib-serializinghtml==2.0.0
118119 # via sphinx
119120sphinxcontrib-spelling==8.0.1
120121 # via -r doc/requirements.in
122+ sphinxext-rediraffe @ git+https://github.com/nedbat/sphinxext-rediraffe@f54bc3ace6efcf9a59a79db851d6f1c5d710f381
123+ # via -r doc/requirements.in
121124starlette==0.48.0
122125 # via sphinx-autobuild
123126stevedore==5.5.0
@@ -128,7 +131,7 @@ typing-extensions==4.15.0 ; python_full_version < '3.13'
128131 # starlette
129132urllib3==2.5.0
130133 # via requests
131- uvicorn==0.36 .0
134+ uvicorn==0.37 .0
132135 # via sphinx-autobuild
133136watchfiles==1.1.0
134137 # via sphinx-autobuild
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ flaky==3.8.1
6565 # via -r requirements/pytest.in
6666greenlet==3.2.4
6767 # via -r requirements/dev.in
68- hypothesis==6.139 .2
68+ hypothesis==6.140 .2
6969 # via -r requirements/pytest.in
7070id==1.5.0
7171 # via twine
@@ -106,7 +106,7 @@ markdown-it-py==4.0.0 ; python_full_version >= '3.10'
106106 # via
107107 # rich
108108 # scriv
109- markupsafe==3.0.2
109+ markupsafe==3.0.3
110110 # via jinja2
111111mccabe==0.7.0
112112 # via pylint
@@ -139,7 +139,7 @@ pluggy==1.6.0
139139 # via
140140 # pytest
141141 # tox
142- pudb==2025.1
142+ pudb==2025.1.1
143143 # via -r requirements/dev.in
144144pycparser==2.23 ; implementation_name != 'PyPy' and platform_machine != 'ppc64le' and platform_machine != 's390x' and platform_python_implementation != 'PyPy' and sys_platform == 'linux'
145145 # via cffi
@@ -181,7 +181,7 @@ rfc3986==2.0.0
181181 # via twine
182182rich==14.1.0
183183 # via twine
184- ruff==0.13.1
184+ ruff==0.13.2
185185 # via -r requirements/dev.in
186186scriv==1.7.0
187187 # via -r requirements/dev.in
@@ -215,11 +215,12 @@ tox-gh==1.5.0
215215 # via -r requirements/tox.in
216216twine==6.2.0
217217 # via -r requirements/dev.in
218- typing-extensions==4.15.0 ; python_full_version < '3.11'
218+ typing-extensions==4.15.0
219219 # via
220220 # astroid
221221 # cryptography
222222 # exceptiongroup
223+ # pudb
223224 # pylint
224225 # tox
225226 # virtualenv
@@ -237,7 +238,7 @@ virtualenv==20.34.0
237238 # via
238239 # -r requirements/pip.in
239240 # tox
240- wcwidth==0.2.13
241+ wcwidth==0.2.14
241242 # via urwid
242243zipp==3.23.0 ; (python_full_version < '3.10.2' and platform_machine == 'ppc64le') or (python_full_version < '3.10.2' and platform_machine == 's390x') or (python_full_version < '3.12' and platform_machine != 'ppc64le' and platform_machine != 's390x')
243244 # via importlib-metadata
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ cffi==2.0.0 ; platform_machine != 'ppc64le' and platform_machine != 's390x' and
2020 # via cryptography
2121charset-normalizer==3.4.3
2222 # via requests
23- cibuildwheel==3.1.4
23+ cibuildwheel==3.2.0
2424 # via -r requirements/kit.in
2525colorama==0.4.6
2626 # via
Original file line number Diff line number Diff line change @@ -20,10 +20,8 @@ greenlet==3.2.4
2020pycparser==2.23 ; implementation_name != 'PyPy'
2121 # via cffi
2222setuptools==80.9.0
23- # via
24- # zope-event
25- # zope-interface
23+ # via zope-event
2624zope-event==6.0
2725 # via gevent
28- zope-interface==8.0
26+ zope-interface==8.0.1
2927 # via gevent
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ execnet==2.1.1
1414 # via pytest-xdist
1515flaky==3.8.1
1616 # via -r requirements/pytest.in
17- hypothesis==6.139 .2
17+ hypothesis==6.140 .2
1818 # via -r requirements/pytest.in
1919iniconfig==2.1.0
2020 # via pytest
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ execnet==2.1.1
1414 # via pytest-xdist
1515flaky==3.8.1
1616 # via -r requirements/pytest.in
17- hypothesis==6.139 .2
17+ hypothesis==6.140 .2
1818 # via -r requirements/pytest.in
1919iniconfig==2.1.0
2020 # via pytest
You can’t perform that action at this time.
0 commit comments