Skip to content

Commit a3e395d

Browse files
committed
chore: make upgrade
1 parent 761156d commit a3e395d

File tree

7 files changed

+19
-17
lines changed

7 files changed

+19
-17
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repos:
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

doc/requirements.pip

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# make upgrade
33
alabaster==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
5151
markdown-it-py==4.0.0
5252
# via scriv
53-
markupsafe==3.0.2
53+
markupsafe==3.0.3
5454
# via jinja2
5555
mdurl==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
9596
sphinx-autobuild==2025.8.25
9697
# via -r doc/requirements.in
9798
sphinx-code-tabs==0.5.5
@@ -118,6 +119,8 @@ sphinxcontrib-serializinghtml==2.0.0
118119
# via sphinx
119120
sphinxcontrib-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
121124
starlette==0.48.0
122125
# via sphinx-autobuild
123126
stevedore==5.5.0
@@ -128,7 +131,7 @@ typing-extensions==4.15.0 ; python_full_version < '3.13'
128131
# starlette
129132
urllib3==2.5.0
130133
# via requests
131-
uvicorn==0.36.0
134+
uvicorn==0.37.0
132135
# via sphinx-autobuild
133136
watchfiles==1.1.0
134137
# via sphinx-autobuild

requirements/dev.pip

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ flaky==3.8.1
6565
# via -r requirements/pytest.in
6666
greenlet==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
7070
id==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
111111
mccabe==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
144144
pycparser==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
182182
rich==14.1.0
183183
# via twine
184-
ruff==0.13.1
184+
ruff==0.13.2
185185
# via -r requirements/dev.in
186186
scriv==1.7.0
187187
# via -r requirements/dev.in
@@ -215,11 +215,12 @@ tox-gh==1.5.0
215215
# via -r requirements/tox.in
216216
twine==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
242243
zipp==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

requirements/kit.pip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ cffi==2.0.0 ; platform_machine != 'ppc64le' and platform_machine != 's390x' and
2020
# via cryptography
2121
charset-normalizer==3.4.3
2222
# via requests
23-
cibuildwheel==3.1.4
23+
cibuildwheel==3.2.0
2424
# via -r requirements/kit.in
2525
colorama==0.4.6
2626
# via

requirements/light-threads.pip

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,8 @@ greenlet==3.2.4
2020
pycparser==2.23 ; implementation_name != 'PyPy'
2121
# via cffi
2222
setuptools==80.9.0
23-
# via
24-
# zope-event
25-
# zope-interface
23+
# via zope-event
2624
zope-event==6.0
2725
# via gevent
28-
zope-interface==8.0
26+
zope-interface==8.0.1
2927
# via gevent

requirements/mypy.pip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ execnet==2.1.1
1414
# via pytest-xdist
1515
flaky==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
1919
iniconfig==2.1.0
2020
# via pytest

requirements/pytest.pip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ execnet==2.1.1
1414
# via pytest-xdist
1515
flaky==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
1919
iniconfig==2.1.0
2020
# via pytest

0 commit comments

Comments
 (0)