Skip to content

Commit 0ccb1fe

Browse files
committed
chore: make upgrade
1 parent e9e2a0e commit 0ccb1fe

8 files changed

Lines changed: 16 additions & 16 deletions

File tree

doc/requirements.pip

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ markupsafe==3.0.3
5454
# via jinja2
5555
mdurl==0.1.2
5656
# via markdown-it-py
57-
packaging==25.0
57+
packaging==26.0
5858
# via sphinx
5959
polib==1.2.0
6060
# via sphinx-lint
@@ -131,7 +131,7 @@ sphinxcontrib-spelling==8.0.2
131131
# via -r doc/requirements.in
132132
sphinxext-rediraffe==0.3.0
133133
# via -r doc/requirements.in
134-
starlette==0.51.0
134+
starlette==0.52.1
135135
# via sphinx-autobuild
136136
stevedore==5.6.0
137137
# via doc8

requirements/dev.pip

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ colorama==0.4.6
3939
# tox
4040
cryptography==46.0.3 ; platform_machine != 'ppc64le' and platform_machine != 's390x' and sys_platform == 'linux'
4141
# via secretstorage
42-
dill==0.4.0
42+
dill==0.4.1
4343
# via pylint
4444
distlib==0.4.0
4545
# via virtualenv
@@ -107,7 +107,7 @@ more-itertools==10.8.0 ; platform_machine != 'ppc64le' and platform_machine != '
107107
# jaraco-functools
108108
nh3==0.3.2
109109
# via readme-renderer
110-
packaging==25.0
110+
packaging==26.0
111111
# via
112112
# build
113113
# pudb
@@ -130,7 +130,7 @@ pluggy==1.6.0
130130
# tox
131131
pudb==2025.1.5
132132
# via -r requirements/dev.in
133-
pycparser==2.23 ; implementation_name != 'PyPy' and platform_machine != 'ppc64le' and platform_machine != 's390x' and platform_python_implementation != 'PyPy' and sys_platform == 'linux'
133+
pycparser==3.0 ; implementation_name != 'PyPy' and platform_machine != 'ppc64le' and platform_machine != 's390x' and platform_python_implementation != 'PyPy' and sys_platform == 'linux'
134134
# via cffi
135135
pygments==2.19.2
136136
# via
@@ -170,13 +170,13 @@ rfc3986==2.0.0
170170
# via twine
171171
rich==14.2.0
172172
# via twine
173-
ruff==0.14.11
173+
ruff==0.14.13
174174
# via -r requirements/dev.in
175175
scriv==1.8.0
176176
# via -r requirements/dev.in
177177
secretstorage==3.5.0 ; platform_machine != 'ppc64le' and platform_machine != 's390x' and sys_platform == 'linux'
178178
# via keyring
179-
setuptools==80.9.0
179+
setuptools==80.10.1
180180
# via
181181
# -r requirements/pip.in
182182
# check-manifest
@@ -222,7 +222,7 @@ virtualenv==20.36.1
222222
# via
223223
# -r requirements/pip.in
224224
# tox
225-
wcwidth==0.2.14
225+
wcwidth==0.3.0
226226
# via urwid
227227
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')
228228
# via importlib-metadata

requirements/kit.pip

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ more-itertools==10.8.0 ; platform_machine != 'ppc64le' and platform_machine != '
6464
# jaraco-functools
6565
nh3==0.3.2
6666
# via readme-renderer
67-
packaging==25.0
67+
packaging==26.0
6868
# via
6969
# auditwheel
7070
# build
@@ -75,7 +75,7 @@ patchelf==0.17.2.4 ; (platform_machine == 'aarch64' and sys_platform == 'darwin'
7575
# via cibuildwheel
7676
platformdirs==4.5.1
7777
# via cibuildwheel
78-
pycparser==2.23 ; implementation_name != 'PyPy' and platform_machine != 'ppc64le' and platform_machine != 's390x' and platform_python_implementation != 'PyPy' and sys_platform == 'linux'
78+
pycparser==3.0 ; implementation_name != 'PyPy' and platform_machine != 'ppc64le' and platform_machine != 's390x' and platform_python_implementation != 'PyPy' and sys_platform == 'linux'
7979
# via cffi
8080
pyelftools==0.32
8181
# via
@@ -104,7 +104,7 @@ rich==14.2.0
104104
# via twine
105105
secretstorage==3.5.0 ; platform_machine != 'ppc64le' and platform_machine != 's390x' and sys_platform == 'linux'
106106
# via keyring
107-
setuptools==80.9.0
107+
setuptools==80.10.1
108108
# via -r requirements/kit.in
109109
twine==6.2.0
110110
# via -r requirements/kit.in

requirements/light-threads.pip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ greenlet==3.3.0
1515
# -r requirements/light-threads.in
1616
# eventlet
1717
# gevent
18-
pycparser==2.23 ; implementation_name != 'PyPy'
18+
pycparser==3.0 ; implementation_name != 'PyPy'
1919
# via cffi
2020
zope-event==6.1
2121
# via gevent

requirements/mypy.pip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ mypy==1.19.1
2222
# via -r requirements/mypy.in
2323
mypy-extensions==1.1.0
2424
# via mypy
25-
packaging==25.0
25+
packaging==26.0
2626
# via pytest
2727
pathspec==1.0.3
2828
# via mypy

requirements/pip.pip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pip==25.3
88
# via -r requirements/pip.in
99
platformdirs==4.5.1
1010
# via virtualenv
11-
setuptools==80.9.0
11+
setuptools==80.10.1
1212
# via -r requirements/pip.in
1313
typing-extensions==4.15.0 ; python_full_version < '3.11'
1414
# via virtualenv

requirements/pytest.pip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ hypothesis==6.150.2
1616
# via -r requirements/pytest.in
1717
iniconfig==2.3.0
1818
# via pytest
19-
packaging==25.0
19+
packaging==26.0
2020
# via pytest
2121
pluggy==1.6.0
2222
# via pytest

requirements/tox.pip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ filelock==3.20.3
1414
# via
1515
# tox
1616
# virtualenv
17-
packaging==25.0
17+
packaging==26.0
1818
# via
1919
# pyproject-api
2020
# tox

0 commit comments

Comments
 (0)