Skip to content

Commit 54649cd

Browse files
authored
Merge pull request #1282 from gusthoff/topic/infrastructure/sphinx/updates/20251031
Python: updating some packages
2 parents 213f5e9 + 46d60a6 commit 54649cd

File tree

2 files changed

+15
-19
lines changed

2 files changed

+15
-19
lines changed

frontend/requirements.txt

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
1-
coverage==7.10.7
1+
coverage==7.11.0
22
docutils==0.21.2
33
furo==2025.9.25
44
graphviz==0.21
5-
ipython==9.5.0
5+
ipython==9.6.0
66
pdf2image==1.17.0
7-
pillow==11.3.0
7+
pillow==12.0.0
88
pydot-ng==2.0.0
99
Pygments==2.19.2
1010
pyparsing==3.2.5
1111
Sphinx==8.2.3
1212
sphinx-reredirects==1.0.0
13-
sphinx-rtd-theme==3.0.2
1413
sphinxcontrib-bibtex==2.6.5
1514
sphinxcontrib-plantuml==0.31
16-
websocket-client==1.8.0
15+
websocket-client==1.9.0

frontend/requirements_frozen.txt

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,30 @@
1+
accessible-pygments==0.0.5
12
alabaster==1.0.0
23
asttokens==3.0.0
34
babel==2.17.0
4-
beautifulsoup4==4.13.5
5-
certifi==2025.8.3
6-
charset-normalizer==3.4.3
7-
coverage==7.10.7
5+
beautifulsoup4==4.14.2
6+
certifi==2025.10.5
7+
charset-normalizer==3.4.4
8+
coverage==7.11.0
89
decorator==5.2.1
910
docutils==0.21.2
1011
executing==2.2.1
1112
furo==2025.9.25
1213
graphviz==0.21
13-
idna==3.10
14+
idna==3.11
1415
imagesize==1.4.1
15-
ipython==9.5.0
16+
ipython==9.6.0
1617
ipython_pygments_lexers==1.1.1
1718
jedi==0.19.2
1819
Jinja2==3.1.6
1920
latexcodec==3.0.1
20-
MarkupSafe==3.0.2
21-
matplotlib-inline==0.1.7
21+
MarkupSafe==3.0.3
22+
matplotlib-inline==0.2.1
2223
packaging==25.0
2324
parso==0.8.5
2425
pdf2image==1.17.0
2526
pexpect==4.9.0
26-
pillow==11.3.0
27+
pillow==12.0.0
2728
prompt_toolkit==3.0.52
2829
ptyprocess==0.7.0
2930
pure_eval==0.2.3
@@ -35,19 +36,15 @@ pyparsing==3.2.5
3536
PyYAML==6.0.3
3637
requests==2.32.5
3738
roman-numerals-py==3.1.0
38-
setuptools==80.9.0
39-
six==1.17.0
4039
snowballstemmer==3.0.1
4140
soupsieve==2.8
4241
Sphinx==8.2.3
4342
sphinx-basic-ng==1.0.0b2
4443
sphinx-reredirects==1.0.0
45-
sphinx-rtd-theme==3.0.2
4644
sphinxcontrib-applehelp==2.0.0
4745
sphinxcontrib-bibtex==2.6.5
4846
sphinxcontrib-devhelp==2.0.0
4947
sphinxcontrib-htmlhelp==2.1.0
50-
sphinxcontrib-jquery==4.1
5148
sphinxcontrib-jsmath==1.0.1
5249
sphinxcontrib-plantuml==0.31
5350
sphinxcontrib-qthelp==2.0.0
@@ -57,4 +54,4 @@ traitlets==5.14.3
5754
typing_extensions==4.15.0
5855
urllib3==2.5.0
5956
wcwidth==0.2.14
60-
websocket-client==1.8.0
57+
websocket-client==1.9.0

0 commit comments

Comments
 (0)