Skip to content

Commit 810abeb

Browse files
committed
chore: make upgrade
1 parent 3c8f1b5 commit 810abeb

File tree

9 files changed

+89
-38
lines changed

9 files changed

+89
-38
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.12.9
19+
rev: v0.12.10
2020
hooks:
2121
- id: ruff-format
2222

doc/requirements.pip

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@ click-log==0.4.0
2424
cogapp==3.5.1
2525
# via -r doc/requirements.in
2626
colorama==0.4.6
27-
# via sphinx-autobuild
27+
# via
28+
# click
29+
# sphinx
30+
# sphinx-autobuild
2831
doc8==2.0.0
2932
# via -r doc/requirements.in
3033
docutils==0.21.2
@@ -123,7 +126,7 @@ starlette==0.47.2
123126
# via sphinx-autobuild
124127
stevedore==5.4.1
125128
# via doc8
126-
typing-extensions==4.14.1
129+
typing-extensions==4.14.1 ; python_full_version < '3.13'
127130
# via
128131
# anyio
129132
# starlette

requirements/dev.pip

Lines changed: 40 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,27 @@ attrs==25.3.0
66
# via
77
# hypothesis
88
# scriv
9-
backports-tarfile==1.2.0
9+
backports-tarfile==1.2.0 ; python_full_version < '3.12' and platform_machine != 'ppc64le' and platform_machine != 's390x'
1010
# via jaraco-context
1111
build==1.3.0
1212
# via check-manifest
1313
cachetools==6.1.0
1414
# via tox
1515
certifi==2025.8.3
1616
# via requests
17+
cffi==1.17.1 ; platform_machine != 'ppc64le' and platform_machine != 's390x' and platform_python_implementation != 'PyPy' and sys_platform == 'linux'
18+
# via cryptography
1719
chardet==5.2.0
1820
# via tox
1921
charset-normalizer==3.4.3
2022
# via requests
2123
check-manifest==0.50
2224
# via -r requirements/dev.in
23-
click==8.1.8
25+
click==8.1.8 ; python_full_version < '3.10'
26+
# via
27+
# click-log
28+
# scriv
29+
click==8.2.1 ; python_full_version >= '3.10'
2430
# via
2531
# click-log
2632
# scriv
@@ -32,14 +38,20 @@ colorama==0.4.6
3238
# via
3339
# -r requirements/pytest.in
3440
# -r requirements/tox.in
41+
# build
42+
# click
43+
# pylint
44+
# pytest
3545
# tox
46+
cryptography==45.0.6 ; platform_machine != 'ppc64le' and platform_machine != 's390x' and sys_platform == 'linux'
47+
# via secretstorage
3648
dill==0.4.0
3749
# via pylint
3850
distlib==0.4.0
3951
# via virtualenv
4052
docutils==0.22
4153
# via readme-renderer
42-
exceptiongroup==1.3.0
54+
exceptiongroup==1.3.0 ; python_full_version < '3.11'
4355
# via
4456
# hypothesis
4557
# pytest
@@ -59,7 +71,7 @@ id==1.5.0
5971
# via twine
6072
idna==3.10
6173
# via requests
62-
importlib-metadata==8.7.0
74+
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')
6375
# via
6476
# build
6577
# keyring
@@ -68,21 +80,29 @@ iniconfig==2.1.0
6880
# via pytest
6981
isort==6.0.1
7082
# via pylint
71-
jaraco-classes==3.4.0
83+
jaraco-classes==3.4.0 ; platform_machine != 'ppc64le' and platform_machine != 's390x'
7284
# via keyring
73-
jaraco-context==6.0.1
85+
jaraco-context==6.0.1 ; platform_machine != 'ppc64le' and platform_machine != 's390x'
7486
# via keyring
75-
jaraco-functools==4.3.0
87+
jaraco-functools==4.3.0 ; platform_machine != 'ppc64le' and platform_machine != 's390x'
7688
# via keyring
7789
jedi==0.19.2
7890
# via pudb
91+
jeepney==0.9.0 ; platform_machine != 'ppc64le' and platform_machine != 's390x' and sys_platform == 'linux'
92+
# via
93+
# keyring
94+
# secretstorage
7995
jinja2==3.1.6
8096
# via scriv
81-
keyring==25.6.0
97+
keyring==25.6.0 ; platform_machine != 'ppc64le' and platform_machine != 's390x'
8298
# via twine
8399
libsass==0.23.0
84100
# via -r requirements/dev.in
85-
markdown-it-py==3.0.0
101+
markdown-it-py==3.0.0 ; python_full_version < '3.10'
102+
# via
103+
# rich
104+
# scriv
105+
markdown-it-py==4.0.0 ; python_full_version >= '3.10'
86106
# via
87107
# rich
88108
# scriv
@@ -92,7 +112,7 @@ mccabe==0.7.0
92112
# via pylint
93113
mdurl==0.1.2
94114
# via markdown-it-py
95-
more-itertools==10.7.0
115+
more-itertools==10.7.0 ; platform_machine != 'ppc64le' and platform_machine != 's390x'
96116
# via
97117
# jaraco-classes
98118
# jaraco-functools
@@ -121,6 +141,8 @@ pluggy==1.6.0
121141
# tox
122142
pudb==2025.1
123143
# via -r requirements/dev.in
144+
pycparser==2.22 ; platform_machine != 'ppc64le' and platform_machine != 's390x' and platform_python_implementation != 'PyPy' and sys_platform == 'linux'
145+
# via cffi
124146
pygments==2.19.2
125147
# via
126148
# -r requirements/pytest.in
@@ -140,6 +162,8 @@ pytest==8.4.1
140162
# pytest-xdist
141163
pytest-xdist==3.8.0
142164
# via -r requirements/pytest.in
165+
pywin32-ctypes==0.2.3 ; platform_machine != 'ppc64le' and platform_machine != 's390x' and sys_platform == 'win32'
166+
# via keyring
143167
readme-renderer==44.0
144168
# via
145169
# -r requirements/dev.in
@@ -157,10 +181,12 @@ rfc3986==2.0.0
157181
# via twine
158182
rich==14.1.0
159183
# via twine
160-
ruff==0.12.9
184+
ruff==0.12.10
161185
# via -r requirements/dev.in
162186
scriv==1.7.0
163187
# via -r requirements/dev.in
188+
secretstorage==3.3.3 ; platform_machine != 'ppc64le' and platform_machine != 's390x' and sys_platform == 'linux'
189+
# via keyring
164190
setuptools==80.9.0
165191
# via
166192
# -r requirements/pip.in
@@ -169,7 +195,7 @@ sortedcontainers==2.4.0
169195
# via hypothesis
170196
tabulate==0.9.0
171197
# via -r requirements/dev.in
172-
tomli==2.2.1
198+
tomli==2.2.1 ; python_full_version < '3.11'
173199
# via
174200
# build
175201
# check-manifest
@@ -187,7 +213,7 @@ tox-gh==1.5.0
187213
# via -r requirements/tox.in
188214
twine==6.1.0
189215
# via -r requirements/dev.in
190-
typing-extensions==4.14.1
216+
typing-extensions==4.14.1 ; python_full_version < '3.11'
191217
# via
192218
# astroid
193219
# exceptiongroup
@@ -210,5 +236,5 @@ virtualenv==20.34.0
210236
# tox
211237
wcwidth==0.2.13
212238
# via urwid
213-
zipp==3.23.0
239+
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')
214240
# via importlib-metadata

requirements/kit.pip

Lines changed: 26 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# make upgrade
33
auditwheel==6.4.2
44
# via -r requirements/kit.in
5-
backports-tarfile==1.2.0
5+
backports-tarfile==1.2.0 ; python_full_version < '3.12' and platform_machine != 'ppc64le' and platform_machine != 's390x'
66
# via jaraco-context
77
bashlex==0.18
88
# via cibuildwheel
@@ -16,12 +16,18 @@ certifi==2025.8.3
1616
# via
1717
# cibuildwheel
1818
# requests
19+
cffi==1.17.1 ; platform_machine != 'ppc64le' and platform_machine != 's390x' and platform_python_implementation != 'PyPy' and sys_platform == 'linux'
20+
# via cryptography
1921
charset-normalizer==3.4.3
2022
# via requests
2123
cibuildwheel==3.1.4
2224
# via -r requirements/kit.in
2325
colorama==0.4.6
24-
# via -r requirements/kit.in
26+
# via
27+
# -r requirements/kit.in
28+
# build
29+
cryptography==45.0.6 ; platform_machine != 'ppc64le' and platform_machine != 's390x' and sys_platform == 'linux'
30+
# via secretstorage
2531
dependency-groups==1.3.1
2632
# via cibuildwheel
2733
docutils==0.22
@@ -34,21 +40,25 @@ id==1.5.0
3440
# via twine
3541
idna==3.10
3642
# via requests
37-
importlib-metadata==8.7.0
43+
importlib-metadata==8.7.0 ; python_full_version < '3.12' and platform_machine != 'ppc64le' and platform_machine != 's390x'
3844
# via keyring
39-
jaraco-classes==3.4.0
45+
jaraco-classes==3.4.0 ; platform_machine != 'ppc64le' and platform_machine != 's390x'
4046
# via keyring
41-
jaraco-context==6.0.1
47+
jaraco-context==6.0.1 ; platform_machine != 'ppc64le' and platform_machine != 's390x'
4248
# via keyring
43-
jaraco-functools==4.3.0
49+
jaraco-functools==4.3.0 ; platform_machine != 'ppc64le' and platform_machine != 's390x'
4450
# via keyring
45-
keyring==25.6.0
51+
jeepney==0.9.0 ; platform_machine != 'ppc64le' and platform_machine != 's390x' and sys_platform == 'linux'
52+
# via
53+
# keyring
54+
# secretstorage
55+
keyring==25.6.0 ; platform_machine != 'ppc64le' and platform_machine != 's390x'
4656
# via twine
4757
markdown-it-py==4.0.0
4858
# via rich
4959
mdurl==0.1.2
5060
# via markdown-it-py
51-
more-itertools==10.7.0
61+
more-itertools==10.7.0 ; platform_machine != 'ppc64le' and platform_machine != 's390x'
5262
# via
5363
# jaraco-classes
5464
# jaraco-functools
@@ -61,10 +71,12 @@ packaging==25.0
6171
# cibuildwheel
6272
# dependency-groups
6373
# twine
64-
patchelf==0.17.2.4
74+
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')
6575
# via cibuildwheel
6676
platformdirs==4.3.8
6777
# via cibuildwheel
78+
pycparser==2.22 ; platform_machine != 'ppc64le' and platform_machine != 's390x' and platform_python_implementation != 'PyPy' and sys_platform == 'linux'
79+
# via cffi
6880
pyelftools==0.32
6981
# via
7082
# auditwheel
@@ -75,6 +87,8 @@ pygments==2.19.2
7587
# rich
7688
pyproject-hooks==1.2.0
7789
# via build
90+
pywin32-ctypes==0.2.3 ; platform_machine != 'ppc64le' and platform_machine != 's390x' and sys_platform == 'win32'
91+
# via keyring
7892
readme-renderer==44.0
7993
# via twine
8094
requests==2.32.5
@@ -88,6 +102,8 @@ rfc3986==2.0.0
88102
# via twine
89103
rich==14.1.0
90104
# via twine
105+
secretstorage==3.3.3 ; platform_machine != 'ppc64le' and platform_machine != 's390x' and sys_platform == 'linux'
106+
# via keyring
91107
setuptools==80.9.0
92108
# via -r requirements/kit.in
93109
twine==6.1.0
@@ -100,5 +116,5 @@ wheel==0.45.1
100116
# via
101117
# -r requirements/kit.in
102118
# cibuildwheel
103-
zipp==3.23.0
119+
zipp==3.23.0 ; python_full_version < '3.12' and platform_machine != 'ppc64le' and platform_machine != 's390x'
104120
# via importlib-metadata

requirements/light-threads.pip

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# This file was autogenerated by uv via the following command:
22
# make upgrade
33
cffi==1.17.1
4-
# via -r requirements/light-threads.in
4+
# via
5+
# -r requirements/light-threads.in
6+
# gevent
57
dnspython==2.7.0
68
# via eventlet
79
eventlet==0.40.2

requirements/mypy.pip

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@
33
attrs==25.3.0
44
# via hypothesis
55
colorama==0.4.6
6-
# via -r requirements/pytest.in
7-
exceptiongroup==1.3.0
6+
# via
7+
# -r requirements/pytest.in
8+
# pytest
9+
exceptiongroup==1.3.0 ; python_full_version < '3.11'
810
# via
911
# hypothesis
1012
# pytest
@@ -38,7 +40,7 @@ pytest-xdist==3.8.0
3840
# via -r requirements/pytest.in
3941
sortedcontainers==2.4.0
4042
# via hypothesis
41-
tomli==2.2.1
43+
tomli==2.2.1 ; python_full_version < '3.11'
4244
# via
4345
# mypy
4446
# pytest

requirements/pip.pip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ platformdirs==4.3.8
1010
# via virtualenv
1111
setuptools==80.9.0
1212
# via -r requirements/pip.in
13-
typing-extensions==4.14.1
13+
typing-extensions==4.14.1 ; python_full_version < '3.11'
1414
# via virtualenv
1515
virtualenv==20.34.0
1616
# via -r requirements/pip.in

requirements/pytest.pip

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@
33
attrs==25.3.0
44
# via hypothesis
55
colorama==0.4.6
6-
# via -r requirements/pytest.in
7-
exceptiongroup==1.3.0
6+
# via
7+
# -r requirements/pytest.in
8+
# pytest
9+
exceptiongroup==1.3.0 ; python_full_version < '3.11'
810
# via
911
# hypothesis
1012
# pytest
@@ -32,7 +34,7 @@ pytest-xdist==3.8.0
3234
# via -r requirements/pytest.in
3335
sortedcontainers==2.4.0
3436
# via hypothesis
35-
tomli==2.2.1
37+
tomli==2.2.1 ; python_full_version < '3.11'
3638
# via pytest
37-
typing-extensions==4.14.1
39+
typing-extensions==4.14.1 ; python_full_version < '3.11'
3840
# via exceptiongroup

requirements/tox.pip

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ pluggy==1.6.0
2626
# via tox
2727
pyproject-api==1.9.1
2828
# via tox
29-
tomli==2.2.1
29+
tomli==2.2.1 ; python_full_version < '3.11'
3030
# via
3131
# pyproject-api
3232
# tox
@@ -36,7 +36,7 @@ tox==4.28.4
3636
# tox-gh
3737
tox-gh==1.5.0
3838
# via -r requirements/tox.in
39-
typing-extensions==4.14.1
39+
typing-extensions==4.14.1 ; python_full_version < '3.11'
4040
# via
4141
# tox
4242
# virtualenv

0 commit comments

Comments
 (0)