Skip to content

Commit 33c4ba1

Browse files
committed
chore: make upgrade
1 parent 0744b73 commit 33c4ba1

File tree

7 files changed

+31
-28
lines changed

7 files changed

+31
-28
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.12
19+
rev: v0.13.1
2020
hooks:
2121
- id: ruff-format
2222

doc/requirements.pip

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ certifi==2025.8.3
1414
# via requests
1515
charset-normalizer==3.4.3
1616
# via requests
17-
click==8.2.1
17+
click==8.3.0
1818
# via
1919
# click-log
2020
# scriv
2121
# uvicorn
2222
click-log==0.4.0
2323
# via scriv
24-
cogapp==3.5.1
24+
cogapp==3.6.0
2525
# via -r doc/requirements.in
2626
colorama==0.4.6
2727
# via
@@ -58,15 +58,15 @@ packaging==25.0
5858
# via sphinx
5959
polib==1.2.0
6060
# via sphinx-lint
61-
pyenchant==3.2.2
61+
pyenchant==3.3.0
6262
# via
6363
# -r doc/requirements.in
6464
# sphinxcontrib-spelling
6565
pygments==2.19.2
6666
# via
6767
# doc8
6868
# sphinx
69-
regex==2025.9.1
69+
regex==2025.9.18
7070
# via sphinx-lint
7171
requests==2.32.5
7272
# via
@@ -118,7 +118,7 @@ sphinxcontrib-serializinghtml==2.0.0
118118
# via sphinx
119119
sphinxcontrib-spelling==8.0.1
120120
# via -r doc/requirements.in
121-
starlette==0.47.3
121+
starlette==0.48.0
122122
# via sphinx-autobuild
123123
stevedore==5.5.0
124124
# via doc8
@@ -128,7 +128,7 @@ typing-extensions==4.15.0 ; python_full_version < '3.13'
128128
# starlette
129129
urllib3==2.5.0
130130
# via requests
131-
uvicorn==0.35.0
131+
uvicorn==0.36.0
132132
# via sphinx-autobuild
133133
watchfiles==1.1.0
134134
# via sphinx-autobuild

requirements/dev.pip

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ click==8.1.8 ; python_full_version < '3.10'
2626
# via
2727
# click-log
2828
# scriv
29-
click==8.2.1 ; python_full_version >= '3.10'
29+
click==8.3.0 ; python_full_version >= '3.10'
3030
# via
3131
# click-log
3232
# scriv
3333
click-log==0.4.0
3434
# via scriv
35-
cogapp==3.5.1
35+
cogapp==3.6.0
3636
# via -r requirements/dev.in
3737
colorama==0.4.6
3838
# via
@@ -43,13 +43,13 @@ colorama==0.4.6
4343
# pylint
4444
# pytest
4545
# tox
46-
cryptography==45.0.7 ; platform_machine != 'ppc64le' and platform_machine != 's390x' and sys_platform == 'linux'
46+
cryptography==46.0.1 ; platform_machine != 'ppc64le' and platform_machine != 's390x' and sys_platform == 'linux'
4747
# via secretstorage
4848
dill==0.4.0
4949
# via pylint
5050
distlib==0.4.0
5151
# via virtualenv
52-
docutils==0.22
52+
docutils==0.22.2
5353
# via readme-renderer
5454
exceptiongroup==1.3.0 ; python_full_version < '3.11'
5555
# via
@@ -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.138.15
68+
hypothesis==6.139.2
6969
# via -r requirements/pytest.in
7070
id==1.5.0
7171
# via twine
@@ -141,7 +141,7 @@ pluggy==1.6.0
141141
# tox
142142
pudb==2025.1
143143
# via -r requirements/dev.in
144-
pycparser==2.22 ; implementation_name != 'PyPy' and platform_machine != 'ppc64le' and platform_machine != 's390x' and platform_python_implementation != 'PyPy' and sys_platform == 'linux'
144+
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
146146
pygments==2.19.2
147147
# via
@@ -181,11 +181,13 @@ rfc3986==2.0.0
181181
# via twine
182182
rich==14.1.0
183183
# via twine
184-
ruff==0.12.12
184+
ruff==0.13.1
185185
# via -r requirements/dev.in
186186
scriv==1.7.0
187187
# via -r requirements/dev.in
188-
secretstorage==3.3.3 ; platform_machine != 'ppc64le' and platform_machine != 's390x' and sys_platform == 'linux'
188+
secretstorage==3.3.3 ; python_full_version < '3.10' and platform_machine != 'ppc64le' and platform_machine != 's390x' and sys_platform == 'linux'
189+
# via keyring
190+
secretstorage==3.4.0 ; python_full_version >= '3.10' and platform_machine != 'ppc64le' and platform_machine != 's390x' and sys_platform == 'linux'
189191
# via keyring
190192
setuptools==80.9.0
191193
# via
@@ -216,6 +218,7 @@ twine==6.2.0
216218
typing-extensions==4.15.0 ; python_full_version < '3.11'
217219
# via
218220
# astroid
221+
# cryptography
219222
# exceptiongroup
220223
# pylint
221224
# tox
@@ -224,7 +227,7 @@ urllib3==2.5.0
224227
# via
225228
# requests
226229
# twine
227-
urwid==3.0.2
230+
urwid==3.0.3
228231
# via
229232
# pudb
230233
# urwid-readline

requirements/kit.pip

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ colorama==0.4.6
2626
# via
2727
# -r requirements/kit.in
2828
# build
29-
cryptography==45.0.7 ; platform_machine != 'ppc64le' and platform_machine != 's390x' and sys_platform == 'linux'
29+
cryptography==46.0.1 ; platform_machine != 'ppc64le' and platform_machine != 's390x' and sys_platform == 'linux'
3030
# via secretstorage
3131
dependency-groups==1.3.1
3232
# via cibuildwheel
33-
docutils==0.22
33+
docutils==0.22.2
3434
# via readme-renderer
3535
filelock==3.19.1
3636
# via cibuildwheel
@@ -75,7 +75,7 @@ patchelf==0.17.2.4 ; (platform_machine == 'aarch64' and sys_platform == 'darwin'
7575
# via cibuildwheel
7676
platformdirs==4.4.0
7777
# via cibuildwheel
78-
pycparser==2.22 ; implementation_name != 'PyPy' and platform_machine != 'ppc64le' and platform_machine != 's390x' and platform_python_implementation != 'PyPy' and sys_platform == 'linux'
78+
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
8080
pyelftools==0.32
8181
# via
@@ -102,7 +102,7 @@ rfc3986==2.0.0
102102
# via twine
103103
rich==14.1.0
104104
# via twine
105-
secretstorage==3.3.3 ; platform_machine != 'ppc64le' and platform_machine != 's390x' and sys_platform == 'linux'
105+
secretstorage==3.4.0 ; platform_machine != 'ppc64le' and platform_machine != 's390x' and sys_platform == 'linux'
106106
# via keyring
107107
setuptools==80.9.0
108108
# via -r requirements/kit.in

requirements/light-threads.pip

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,20 @@ dnspython==2.8.0 ; python_full_version >= '3.10'
1010
# via eventlet
1111
eventlet==0.40.3
1212
# via -r requirements/light-threads.in
13-
gevent==25.8.2
13+
gevent==25.9.1
1414
# via -r requirements/light-threads.in
1515
greenlet==3.2.4
1616
# via
1717
# -r requirements/light-threads.in
1818
# eventlet
1919
# gevent
20-
pycparser==2.22 ; implementation_name != 'PyPy'
20+
pycparser==2.23 ; implementation_name != 'PyPy'
2121
# via cffi
2222
setuptools==80.9.0
2323
# via
2424
# zope-event
2525
# zope-interface
26-
zope-event==5.1.1
26+
zope-event==6.0
2727
# via gevent
28-
zope-interface==7.2
28+
zope-interface==8.0
2929
# via gevent

requirements/mypy.pip

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ execnet==2.1.1
1414
# via pytest-xdist
1515
flaky==3.8.1
1616
# via -r requirements/pytest.in
17-
hypothesis==6.138.15
17+
hypothesis==6.139.2
1818
# via -r requirements/pytest.in
1919
iniconfig==2.1.0
2020
# via pytest
21-
mypy==1.17.1
21+
mypy==1.18.2
2222
# via -r requirements/mypy.in
2323
mypy-extensions==1.1.0
2424
# via mypy
@@ -44,7 +44,7 @@ tomli==2.2.1 ; python_full_version < '3.11'
4444
# via
4545
# mypy
4646
# pytest
47-
types-requests==2.32.4.20250809
47+
types-requests==2.32.4.20250913
4848
# via -r requirements/mypy.in
4949
types-tabulate==0.9.0.20241207
5050
# via -r requirements/mypy.in

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.138.15
17+
hypothesis==6.139.2
1818
# via -r requirements/pytest.in
1919
iniconfig==2.1.0
2020
# via pytest

0 commit comments

Comments
 (0)