Skip to content

Commit 1101e2c

Browse files
committed
chore: update deps
1 parent 46da727 commit 1101e2c

2 files changed

Lines changed: 48 additions & 35 deletions

File tree

requirements-dev.lock

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,30 @@
11
# This file was autogenerated by uv via the following command:
22
# uv export --no-hashes -o requirements-dev.lock
33
-e .
4+
ast-serialize==0.6.0 ; python_full_version >= '3.10'
45
colorama==0.4.6 ; sys_platform == 'win32'
56
coverage==7.6.1 ; python_full_version < '3.9'
67
coverage==7.10.7 ; python_full_version == '3.9.*'
7-
coverage==7.13.0 ; python_full_version >= '3.10'
8+
coverage==7.15.2 ; python_full_version >= '3.10'
89
exceptiongroup==1.3.1 ; python_full_version < '3.11'
910
iniconfig==2.1.0 ; python_full_version < '3.10'
1011
iniconfig==2.3.0 ; python_full_version >= '3.10'
12+
librt==0.13.0 ; python_full_version >= '3.9' and platform_python_implementation != 'PyPy'
1113
mypy==1.14.1 ; python_full_version < '3.9'
12-
mypy==1.18.2 ; python_full_version >= '3.9'
14+
mypy==1.19.1 ; python_full_version == '3.9.*'
15+
mypy==2.3.0 ; python_full_version >= '3.10'
1316
mypy-extensions==1.1.0
14-
packaging==25.0
15-
pathspec==0.12.1 ; python_full_version >= '3.9'
17+
packaging==26.2
18+
pathspec==1.1.1 ; python_full_version >= '3.9'
1619
pluggy==1.5.0 ; python_full_version < '3.9'
1720
pluggy==1.6.0 ; python_full_version >= '3.9'
18-
pygments==2.19.2 ; python_full_version >= '3.9'
21+
pygments==2.20.0 ; python_full_version >= '3.9'
1922
pytest==8.3.5 ; python_full_version < '3.9'
2023
pytest==8.4.2 ; python_full_version == '3.9.*'
21-
pytest==9.0.2 ; python_full_version >= '3.10'
24+
pytest==9.1.1 ; python_full_version >= '3.10'
2225
pytest-cov==5.0.0 ; python_full_version < '3.9'
23-
pytest-cov==7.0.0 ; python_full_version >= '3.9'
24-
ruff==0.14.10
25-
tomli==2.3.0 ; python_full_version <= '3.11'
26+
pytest-cov==7.1.0 ; python_full_version >= '3.9'
27+
ruff==0.15.22
28+
tomli==2.4.1 ; python_full_version <= '3.11'
2629
typing-extensions==4.13.2 ; python_full_version < '3.9'
27-
typing-extensions==4.15.0 ; python_full_version >= '3.9'
30+
typing-extensions==4.16.0 ; python_full_version >= '3.9'

requirements-docs.lock

Lines changed: 35 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -4,56 +4,65 @@
44
alabaster==0.7.13 ; python_full_version < '3.9'
55
alabaster==0.7.16 ; python_full_version == '3.9.*'
66
alabaster==1.0.0 ; python_full_version >= '3.10'
7-
babel==2.17.0
8-
certifi==2025.11.12
9-
charset-normalizer==3.4.4
7+
ast-serialize==0.6.0 ; python_full_version >= '3.10'
8+
babel==2.18.0
9+
certifi==2026.6.17
10+
charset-normalizer==3.4.9
1011
colorama==0.4.6 ; sys_platform == 'win32'
1112
coverage==7.6.1 ; python_full_version < '3.9'
1213
coverage==7.10.7 ; python_full_version == '3.9.*'
13-
coverage==7.13.0 ; python_full_version >= '3.10'
14+
coverage==7.15.2 ; python_full_version >= '3.10'
1415
docutils==0.20.1 ; python_full_version < '3.9'
15-
docutils==0.21.2 ; python_full_version >= '3.9'
16+
docutils==0.21.2 ; python_full_version >= '3.9' and python_full_version < '3.11'
17+
docutils==0.22.4 ; python_full_version >= '3.11'
1618
exceptiongroup==1.3.1 ; python_full_version < '3.11'
17-
idna==3.11
18-
imagesize==1.4.1
19+
idna==3.15 ; python_full_version < '3.9'
20+
idna==3.18 ; python_full_version >= '3.9'
21+
imagesize==1.5.0 ; python_full_version < '3.10'
22+
imagesize==2.0.0 ; python_full_version >= '3.10'
1923
importlib-metadata==8.5.0 ; python_full_version < '3.9'
2024
importlib-metadata==8.7.1 ; python_full_version == '3.9.*'
2125
iniconfig==2.1.0 ; python_full_version < '3.10'
2226
iniconfig==2.3.0 ; python_full_version >= '3.10'
2327
jinja2==3.1.6
28+
librt==0.13.0 ; python_full_version >= '3.9' and platform_python_implementation != 'PyPy'
2429
markupsafe==2.1.5 ; python_full_version < '3.9'
2530
markupsafe==3.0.3 ; python_full_version >= '3.9'
2631
mypy==1.14.1 ; python_full_version < '3.9'
27-
mypy==1.18.2 ; python_full_version >= '3.9'
32+
mypy==1.19.1 ; python_full_version == '3.9.*'
33+
mypy==2.3.0 ; python_full_version >= '3.10'
2834
mypy-extensions==1.1.0
29-
packaging==25.0
30-
pathspec==0.12.1 ; python_full_version >= '3.9'
35+
packaging==26.2
36+
pathspec==1.1.1 ; python_full_version >= '3.9'
3137
pluggy==1.5.0 ; python_full_version < '3.9'
3238
pluggy==1.6.0 ; python_full_version >= '3.9'
33-
pygments==2.19.2
39+
pygments==2.19.2 ; python_full_version < '3.9'
40+
pygments==2.20.0 ; python_full_version >= '3.9'
3441
pygments-styles==0.3.0 ; python_full_version >= '3.9'
3542
pytest==8.3.5 ; python_full_version < '3.9'
3643
pytest==8.4.2 ; python_full_version == '3.9.*'
37-
pytest==9.0.2 ; python_full_version >= '3.10'
44+
pytest==9.1.1 ; python_full_version >= '3.10'
3845
pytest-cov==5.0.0 ; python_full_version < '3.9'
39-
pytest-cov==7.0.0 ; python_full_version >= '3.9'
40-
pytz==2025.2 ; python_full_version < '3.9'
46+
pytest-cov==7.1.0 ; python_full_version >= '3.9'
47+
pytz==2026.2 ; python_full_version < '3.9'
4148
requests==2.32.4 ; python_full_version < '3.9'
42-
requests==2.32.5 ; python_full_version >= '3.9'
49+
requests==2.32.5 ; python_full_version == '3.9.*'
50+
requests==2.34.2 ; python_full_version >= '3.10'
4351
roman-numerals==4.1.0 ; python_full_version >= '3.11'
44-
roman-numerals-py==4.1.0 ; python_full_version >= '3.11'
45-
ruff==0.14.10
52+
ruff==0.15.22
4653
shibuya==2025.5.30 ; python_full_version < '3.9'
4754
shibuya==2025.10.21 ; python_full_version == '3.9.*'
48-
shibuya==2025.12.19 ; python_full_version >= '3.10'
49-
snowballstemmer==3.0.1
55+
shibuya==2026.7.12 ; python_full_version >= '3.10'
56+
snowballstemmer==3.1.1
5057
sphinx==7.1.2 ; python_full_version < '3.9'
5158
sphinx==7.4.7 ; python_full_version == '3.9.*'
5259
sphinx==8.1.3 ; python_full_version == '3.10.*'
53-
sphinx==8.2.3 ; python_full_version >= '3.11'
60+
sphinx==9.0.4 ; python_full_version == '3.11.*'
61+
sphinx==9.1.0 ; python_full_version >= '3.12'
5462
sphinx-copybutton==0.5.2
5563
sphinx-design==0.5.0 ; python_full_version < '3.9'
56-
sphinx-design==0.6.1 ; python_full_version >= '3.9'
64+
sphinx-design==0.6.1 ; python_full_version >= '3.9' and python_full_version < '3.11'
65+
sphinx-design==0.7.0 ; python_full_version >= '3.11'
5766
sphinxcontrib-applehelp==1.0.4 ; python_full_version < '3.9'
5867
sphinxcontrib-applehelp==2.0.0 ; python_full_version >= '3.9'
5968
sphinxcontrib-devhelp==1.0.2 ; python_full_version < '3.9'
@@ -65,10 +74,11 @@ sphinxcontrib-qthelp==1.0.3 ; python_full_version < '3.9'
6574
sphinxcontrib-qthelp==2.0.0 ; python_full_version >= '3.9'
6675
sphinxcontrib-serializinghtml==1.1.5 ; python_full_version < '3.9'
6776
sphinxcontrib-serializinghtml==2.0.0 ; python_full_version >= '3.9'
68-
tomli==2.3.0 ; python_full_version <= '3.11'
77+
tomli==2.4.1 ; python_full_version <= '3.11'
6978
typing-extensions==4.13.2 ; python_full_version < '3.9'
70-
typing-extensions==4.15.0 ; python_full_version >= '3.9'
79+
typing-extensions==4.16.0 ; python_full_version >= '3.9'
7180
urllib3==2.2.3 ; python_full_version < '3.9'
72-
urllib3==2.6.2 ; python_full_version >= '3.9'
81+
urllib3==2.6.3 ; python_full_version == '3.9.*'
82+
urllib3==2.7.0 ; python_full_version >= '3.10'
7383
zipp==3.20.2 ; python_full_version < '3.9'
74-
zipp==3.23.0 ; python_full_version == '3.9.*'
84+
zipp==3.23.1 ; python_full_version == '3.9.*'

0 commit comments

Comments
 (0)