Skip to content

Commit afa28a8

Browse files
authored
chore(deps): updated uv.lock and docs requirements (#154)
1 parent 35b89a0 commit afa28a8

2 files changed

Lines changed: 459 additions & 340 deletions

File tree

docs/requirements.txt

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,40 +4,43 @@
44
accessible-pygments==0.0.5
55
alabaster==0.7.16 ; python_full_version < '3.10'
66
alabaster==1.0.0 ; python_full_version >= '3.10'
7-
babel==2.17.0
7+
babel==2.18.0
88
beautifulsoup4==4.14.3
9-
certifi==2026.1.4
10-
charset-normalizer==3.4.4
9+
certifi==2026.2.25
10+
charset-normalizer==3.4.5
1111
colorama==0.4.6 ; sys_platform == 'win32'
12-
docutils==0.21.2
12+
docutils==0.21.2 ; python_full_version < '3.11'
13+
docutils==0.22.4 ; python_full_version >= '3.11'
1314
furo==2025.12.19
1415
idna==3.11
15-
imagesize==1.4.1
16+
imagesize==1.5.0 ; python_full_version < '3.10'
17+
imagesize==2.0.0 ; python_full_version >= '3.10'
1618
importlib-metadata==8.7.1 ; python_full_version < '3.10'
1719
jinja2==3.1.6
1820
markupsafe==3.0.3
19-
packaging==25.0
20-
psutil==7.2.1
21+
packaging==26.0
22+
psutil==7.2.2
2123
pygments==2.19.2
2224
requests==2.32.5
2325
roman-numerals==4.1.0 ; python_full_version >= '3.11'
24-
roman-numerals-py==4.1.0 ; python_full_version >= '3.11'
2526
snowballstemmer==3.0.1
26-
soupsieve==2.8.1
27+
soupsieve==2.8.3
2728
sphinx==7.4.7 ; python_full_version < '3.10'
2829
sphinx==8.1.3 ; python_full_version == '3.10.*'
29-
sphinx==8.2.3 ; python_full_version >= '3.11'
30+
sphinx==9.0.4 ; python_full_version == '3.11.*'
31+
sphinx==9.1.0 ; python_full_version >= '3.12'
3032
sphinx-basic-ng==1.0.0b2
31-
sphinx-design==0.6.1
33+
sphinx-design==0.6.1 ; python_full_version < '3.11'
34+
sphinx-design==0.7.0 ; python_full_version >= '3.11'
3235
sphinxcontrib-applehelp==2.0.0
3336
sphinxcontrib-devhelp==2.0.0
3437
sphinxcontrib-htmlhelp==2.1.0
3538
sphinxcontrib-jsmath==1.0.1
3639
sphinxcontrib-qthelp==2.0.0
3740
sphinxcontrib-serializinghtml==2.0.0
3841
toml==0.10.2
39-
tomli==2.3.0 ; python_full_version < '3.11'
40-
tqdm==4.67.1
42+
tomli==2.4.0 ; python_full_version < '3.11'
43+
tqdm==4.67.3
4144
typing-extensions==4.15.0
4245
urllib3==2.6.3
4346
zipp==3.23.0 ; python_full_version < '3.10'

0 commit comments

Comments
 (0)