Skip to content

Commit 03be955

Browse files
Update dependencies (#122)
1 parent fd27979 commit 03be955

File tree

2 files changed

+41
-39
lines changed

2 files changed

+41
-39
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
'sidebar-item-spacing-horizontal': '.75rem',
8888
},
8989
'sidebar_hide_name': True,
90-
'top_of_page_button': None,
90+
'top_of_page_buttons': [],
9191
}
9292
html_js_files = [
9393
'js/track.js',

docs/requirements.txt

Lines changed: 40 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,53 @@
1-
alabaster==0.7.16
1+
alabaster==1.0.0
22
apeye==1.4.1
33
apeye-core==1.1.5
4-
autodocsumm==0.2.12
5-
Babel==2.14.0
6-
beautifulsoup4==4.12.3
7-
CacheControl==0.14.0
8-
certifi==2024.2.2
9-
charset-normalizer==3.3.2
10-
cssutils==2.9.0
4+
autodocsumm==0.2.14
5+
babel==2.17.0
6+
beartype==0.19.0
7+
beautifulsoup4==4.13.3
8+
CacheControl==0.14.2
9+
certifi==2025.1.31
10+
charset-normalizer==3.4.1
11+
cssutils==2.11.1
1112
dict2css==0.3.0.post1
12-
docutils==0.20.1
13-
domdf-python-tools==3.8.0.post2
14-
filelock==3.13.3
15-
furo==2024.1.29
13+
docutils==0.21.2
14+
domdf-python-tools==3.9.0
15+
filelock==3.17.0
16+
furo==2024.8.6
1617
html5lib==1.1
17-
idna==3.6
18+
idna==3.10
1819
imagesize==1.4.1
19-
Jinja2==3.1.3
20-
MarkupSafe==2.1.5
21-
msgpack==1.0.8
20+
Jinja2==3.1.5
21+
MarkupSafe==3.0.2
22+
more-itertools==10.6.0
23+
msgpack==1.1.0
2224
natsort==8.4.0
23-
packaging==24.0
24-
platformdirs==4.2.0
25-
Pygments==2.17.2
26-
requests==2.31.0
27-
ruamel.yaml==0.18.6
28-
ruamel.yaml.clib==0.2.8
29-
six==1.16.0
25+
packaging==24.2
26+
platformdirs==4.3.6
27+
Pygments==2.19.1
28+
requests==2.32.3
29+
ruamel.yaml==0.18.10
30+
six==1.17.0
3031
snowballstemmer==2.2.0
31-
soupsieve==2.5
32-
Sphinx==7.2.6
33-
sphinx-autodoc-typehints==2.0.0
32+
soupsieve==2.6
33+
Sphinx==8.1.3
34+
sphinx-autodoc-typehints==3.0.1
3435
sphinx-basic-ng==1.0.0b2
35-
sphinx-jinja2-compat==0.2.0.post1
36-
sphinx-prompt==1.8.0
37-
sphinx-reredirects==0.1.3
38-
sphinx-substitution-extensions==2024.2.25
36+
sphinx-jinja2-compat==0.3.0
37+
sphinx-prompt==1.9.0
38+
sphinx-substitution-extensions==2025.1.2
3939
sphinx-tabs==3.4.5
40-
sphinx-toolbox==3.5.0
41-
sphinxcontrib-applehelp==1.0.8
42-
sphinxcontrib-devhelp==1.0.6
43-
sphinxcontrib-htmlhelp==2.0.5
40+
sphinx-toolbox==3.8.1
41+
sphinx_reredirects==0.1.5
42+
sphinxcontrib-applehelp==2.0.0
43+
sphinxcontrib-devhelp==2.0.0
44+
sphinxcontrib-htmlhelp==2.1.0
4445
sphinxcontrib-jsmath==1.0.1
45-
sphinxcontrib-qthelp==1.0.7
46-
sphinxcontrib-serializinghtml==1.1.10
46+
sphinxcontrib-qthelp==2.0.0
47+
sphinxcontrib-serializinghtml==2.0.0
4748
sphinxcontrib-youtube==1.4.1
49+
standard-imghdr==3.10.14
4850
tabulate==0.9.0
49-
typing_extensions==4.10.0
50-
urllib3==2.2.1
51+
typing_extensions==4.12.2
52+
urllib3==2.3.0
5153
webencodings==0.5.1

0 commit comments

Comments
 (0)