Skip to content

Commit 5d2ea6e

Browse files
committed
chore: make upgrade
1 parent 9c2960e commit 5d2ea6e

File tree

8 files changed

+54
-52
lines changed

8 files changed

+54
-52
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.14.0
19+
rev: v0.14.1
2020
hooks:
2121
- id: ruff-format
2222

doc/requirements.pip

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ babel==2.17.0
1212
# via sphinx
1313
certifi==2025.10.5
1414
# via requests
15-
charset-normalizer==3.4.3
15+
charset-normalizer==3.4.4
1616
# via requests
1717
click==8.3.0
1818
# via
@@ -38,7 +38,7 @@ docutils==0.21.2
3838
# sphinx-rtd-theme
3939
h11==0.16.0
4040
# via uvicorn
41-
idna==3.10
41+
idna==3.11
4242
# via
4343
# anyio
4444
# requests
@@ -131,9 +131,9 @@ typing-extensions==4.15.0 ; python_full_version < '3.13'
131131
# starlette
132132
urllib3==2.5.0
133133
# via requests
134-
uvicorn==0.37.0
134+
uvicorn==0.38.0
135135
# via sphinx-autobuild
136-
watchfiles==1.1.0
136+
watchfiles==1.1.1
137137
# via sphinx-autobuild
138138
websockets==15.0.1
139139
# via sphinx-autobuild

requirements/dev.pip

Lines changed: 24 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file was autogenerated by uv via the following command:
22
# make upgrade
3-
astroid==3.3.11
3+
astroid==4.0.1
44
# via pylint
55
attrs==25.4.0
66
# via
@@ -10,17 +10,17 @@ backports-tarfile==1.2.0 ; python_full_version < '3.12' and platform_machine !=
1010
# via jaraco-context
1111
build==1.3.0
1212
# via check-manifest
13-
cachetools==6.2.0
13+
cachetools==6.2.1
1414
# via tox
1515
certifi==2025.10.5
1616
# via requests
1717
cffi==2.0.0 ; platform_machine != 'ppc64le' and platform_machine != 's390x' and platform_python_implementation != 'PyPy' and sys_platform == 'linux'
1818
# via cryptography
1919
chardet==5.2.0
2020
# via tox
21-
charset-normalizer==3.4.3
21+
charset-normalizer==3.4.4
2222
# via requests
23-
check-manifest==0.50
23+
check-manifest==0.51
2424
# via -r requirements/dev.in
2525
click==8.3.0
2626
# via
@@ -39,7 +39,7 @@ colorama==0.4.6
3939
# pylint
4040
# pytest
4141
# tox
42-
cryptography==46.0.2 ; platform_machine != 'ppc64le' and platform_machine != 's390x' and sys_platform == 'linux'
42+
cryptography==46.0.3 ; platform_machine != 'ppc64le' and platform_machine != 's390x' and sys_platform == 'linux'
4343
# via secretstorage
4444
dill==0.4.0
4545
# via pylint
@@ -53,25 +53,27 @@ exceptiongroup==1.3.0 ; python_full_version < '3.11'
5353
# pytest
5454
execnet==2.1.1
5555
# via pytest-xdist
56-
filelock==3.19.1
56+
filelock==3.20.0
5757
# via
5858
# tox
5959
# virtualenv
6060
flaky==3.8.1
6161
# via -r requirements/pytest.in
6262
greenlet==3.2.4
6363
# via -r requirements/dev.in
64-
hypothesis==6.140.3
64+
hypothesis==6.142.1
6565
# via -r requirements/pytest.in
6666
id==1.5.0
6767
# via twine
68-
idna==3.10
68+
idna==3.11
6969
# via requests
70-
importlib-metadata==8.7.0 ; python_full_version < '3.12' and platform_machine != 'ppc64le' and platform_machine != 's390x'
71-
# via keyring
72-
iniconfig==2.1.0
70+
importlib-metadata==8.7.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')
71+
# via
72+
# build
73+
# keyring
74+
iniconfig==2.3.0
7375
# via pytest
74-
isort==6.1.0
76+
isort==7.0.0
7577
# via pylint
7678
jaraco-classes==3.4.0 ; platform_machine != 'ppc64le' and platform_machine != 's390x'
7779
# via keyring
@@ -119,7 +121,7 @@ parso==0.8.5
119121
# via jedi
120122
pip==25.2
121123
# via -r requirements/pip.in
122-
platformdirs==4.4.0
124+
platformdirs==4.5.0
123125
# via
124126
# pylint
125127
# tox
@@ -139,9 +141,9 @@ pygments==2.19.2
139141
# pytest
140142
# readme-renderer
141143
# rich
142-
pylint==3.3.9
144+
pylint==4.0.2
143145
# via -r requirements/dev.in
144-
pyproject-api==1.9.1
146+
pyproject-api==1.10.0
145147
# via tox
146148
pyproject-hooks==1.2.0
147149
# via build
@@ -168,9 +170,9 @@ requests-toolbelt==1.0.0
168170
# via twine
169171
rfc3986==2.0.0
170172
# via twine
171-
rich==14.1.0
173+
rich==14.2.0
172174
# via twine
173-
ruff==0.14.0
175+
ruff==0.14.1
174176
# via -r requirements/dev.in
175177
scriv==1.7.0
176178
# via -r requirements/dev.in
@@ -182,7 +184,7 @@ setuptools==80.9.0
182184
# check-manifest
183185
sortedcontainers==2.4.0
184186
# via hypothesis
185-
tomli==2.2.1 ; python_full_version < '3.11'
187+
tomli==2.3.0 ; python_full_version < '3.11'
186188
# via
187189
# build
188190
# check-manifest
@@ -192,11 +194,11 @@ tomli==2.2.1 ; python_full_version < '3.11'
192194
# tox
193195
tomlkit==0.13.3
194196
# via pylint
195-
tox==4.30.3
197+
tox==4.31.0
196198
# via
197199
# -r requirements/tox.in
198200
# tox-gh
199-
tox-gh==1.5.0
201+
tox-gh==1.6.0
200202
# via -r requirements/tox.in
201203
twine==6.2.0
202204
# via -r requirements/dev.in
@@ -218,11 +220,11 @@ urwid==3.0.3
218220
# urwid-readline
219221
urwid-readline==0.15.1
220222
# via pudb
221-
virtualenv==20.34.0
223+
virtualenv==20.35.3
222224
# via
223225
# -r requirements/pip.in
224226
# tox
225227
wcwidth==0.2.14
226228
# via urwid
227-
zipp==3.23.0 ; python_full_version < '3.12' and platform_machine != 'ppc64le' and platform_machine != 's390x'
229+
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')
228230
# via importlib-metadata

requirements/kit.pip

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,27 +18,27 @@ certifi==2025.10.5
1818
# requests
1919
cffi==2.0.0 ; platform_machine != 'ppc64le' and platform_machine != 's390x' and platform_python_implementation != 'PyPy' and sys_platform == 'linux'
2020
# via cryptography
21-
charset-normalizer==3.4.3
21+
charset-normalizer==3.4.4
2222
# via requests
23-
cibuildwheel==3.2.0
23+
cibuildwheel==3.2.1
2424
# via -r requirements/kit.in
2525
colorama==0.4.6
2626
# via
2727
# -r requirements/kit.in
2828
# build
29-
cryptography==46.0.2 ; platform_machine != 'ppc64le' and platform_machine != 's390x' and sys_platform == 'linux'
29+
cryptography==46.0.3 ; platform_machine != 'ppc64le' and platform_machine != 's390x' and sys_platform == 'linux'
3030
# via secretstorage
3131
dependency-groups==1.3.1
3232
# via cibuildwheel
3333
docutils==0.22.2
3434
# via readme-renderer
35-
filelock==3.19.1
35+
filelock==3.20.0
3636
# via cibuildwheel
37-
humanize==4.13.0
37+
humanize==4.14.0
3838
# via cibuildwheel
3939
id==1.5.0
4040
# via twine
41-
idna==3.10
41+
idna==3.11
4242
# via requests
4343
importlib-metadata==8.7.0 ; python_full_version < '3.12' and platform_machine != 'ppc64le' and platform_machine != 's390x'
4444
# via keyring
@@ -73,7 +73,7 @@ packaging==25.0
7373
# twine
7474
patchelf==0.17.2.4 ; (platform_machine == 'aarch64' and sys_platform == 'darwin') or (platform_machine == 'arm64' and sys_platform == 'darwin') or (platform_machine == 'x86_64' and sys_platform == 'darwin') or (platform_machine == 'aarch64' and sys_platform == 'linux') or (platform_machine == 'arm64' and sys_platform == 'linux') or (platform_machine == 'x86_64' and sys_platform == 'linux')
7575
# via cibuildwheel
76-
platformdirs==4.4.0
76+
platformdirs==4.5.0
7777
# via cibuildwheel
7878
pycparser==2.23 ; implementation_name != 'PyPy' and platform_machine != 'ppc64le' and platform_machine != 's390x' and platform_python_implementation != 'PyPy' and sys_platform == 'linux'
7979
# via cffi
@@ -100,7 +100,7 @@ requests-toolbelt==1.0.0
100100
# via twine
101101
rfc3986==2.0.0
102102
# via twine
103-
rich==14.1.0
103+
rich==14.2.0
104104
# via twine
105105
secretstorage==3.4.0 ; platform_machine != 'ppc64le' and platform_machine != 's390x' and sys_platform == 'linux'
106106
# via keyring

requirements/mypy.pip

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ execnet==2.1.1
1414
# via pytest-xdist
1515
flaky==3.8.1
1616
# via -r requirements/pytest.in
17-
hypothesis==6.140.3
17+
hypothesis==6.142.1
1818
# via -r requirements/pytest.in
19-
iniconfig==2.1.0
19+
iniconfig==2.3.0
2020
# via pytest
2121
mypy==1.18.2
2222
# via -r requirements/mypy.in
@@ -40,7 +40,7 @@ pytest-xdist==3.8.0
4040
# via -r requirements/pytest.in
4141
sortedcontainers==2.4.0
4242
# via hypothesis
43-
tomli==2.2.1 ; python_full_version < '3.11'
43+
tomli==2.3.0 ; python_full_version < '3.11'
4444
# via
4545
# mypy
4646
# pytest

requirements/pip.pip

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
# make upgrade
33
distlib==0.4.0
44
# via virtualenv
5-
filelock==3.19.1
5+
filelock==3.20.0
66
# via virtualenv
77
pip==25.2
88
# via -r requirements/pip.in
9-
platformdirs==4.4.0
9+
platformdirs==4.5.0
1010
# via virtualenv
1111
setuptools==80.9.0
1212
# via -r requirements/pip.in
1313
typing-extensions==4.15.0 ; python_full_version < '3.11'
1414
# via virtualenv
15-
virtualenv==20.34.0
15+
virtualenv==20.35.3
1616
# via -r requirements/pip.in

requirements/pytest.pip

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ execnet==2.1.1
1414
# via pytest-xdist
1515
flaky==3.8.1
1616
# via -r requirements/pytest.in
17-
hypothesis==6.140.3
17+
hypothesis==6.142.1
1818
# via -r requirements/pytest.in
19-
iniconfig==2.1.0
19+
iniconfig==2.3.0
2020
# via pytest
2121
packaging==25.0
2222
# via pytest
@@ -34,7 +34,7 @@ pytest-xdist==3.8.0
3434
# via -r requirements/pytest.in
3535
sortedcontainers==2.4.0
3636
# via hypothesis
37-
tomli==2.2.1 ; python_full_version < '3.11'
37+
tomli==2.3.0 ; python_full_version < '3.11'
3838
# via pytest
3939
typing-extensions==4.15.0 ; python_full_version < '3.11'
4040
# via exceptiongroup

requirements/tox.pip

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file was autogenerated by uv via the following command:
22
# make upgrade
3-
cachetools==6.2.0
3+
cachetools==6.2.1
44
# via tox
55
chardet==5.2.0
66
# via tox
@@ -10,35 +10,35 @@ colorama==0.4.6
1010
# tox
1111
distlib==0.4.0
1212
# via virtualenv
13-
filelock==3.19.1
13+
filelock==3.20.0
1414
# via
1515
# tox
1616
# virtualenv
1717
packaging==25.0
1818
# via
1919
# pyproject-api
2020
# tox
21-
platformdirs==4.4.0
21+
platformdirs==4.5.0
2222
# via
2323
# tox
2424
# virtualenv
2525
pluggy==1.6.0
2626
# via tox
27-
pyproject-api==1.9.1
27+
pyproject-api==1.10.0
2828
# via tox
29-
tomli==2.2.1 ; python_full_version < '3.11'
29+
tomli==2.3.0 ; python_full_version < '3.11'
3030
# via
3131
# pyproject-api
3232
# tox
33-
tox==4.30.3
33+
tox==4.31.0
3434
# via
3535
# -r requirements/tox.in
3636
# tox-gh
37-
tox-gh==1.5.0
37+
tox-gh==1.6.0
3838
# via -r requirements/tox.in
3939
typing-extensions==4.15.0 ; python_full_version < '3.11'
4040
# via
4141
# tox
4242
# virtualenv
43-
virtualenv==20.34.0
43+
virtualenv==20.35.3
4444
# via tox

0 commit comments

Comments
 (0)