Skip to content

Commit 7be7765

Browse files
authored
Merge pull request #1235 from gusthoff/topic/infrastructure/sphinx/updates/20250621
Python: updating some packages
2 parents db7d971 + 908f8be commit 7be7765

File tree

2 files changed

+23
-23
lines changed

2 files changed

+23
-23
lines changed

frontend/requirements.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
coverage==7.8.0
1+
coverage==7.9.1
22
docutils==0.21.2
33
furo==2024.8.6
4-
graphviz==0.20.3
5-
ipython==9.1.0
4+
graphviz==0.21
5+
ipython==9.3.0
66
pdf2image==1.17.0
77
pillow==11.2.1
88
pydot-ng==2.0.0
9-
Pygments==2.19.1
9+
Pygments==2.19.2
1010
pyparsing==3.2.3
11-
Sphinx==8.1.3
12-
sphinx-reredirects==0.1.6
11+
Sphinx==8.2.3
12+
sphinx-reredirects==1.0.0
1313
sphinx-rtd-theme==3.0.2
14-
sphinxcontrib-bibtex==2.6.3
14+
sphinxcontrib-bibtex==2.6.4
1515
sphinxcontrib-plantuml==0.30
1616
websocket-client==1.8.0

frontend/requirements_frozen.txt

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@ alabaster==1.0.0
22
asttokens==3.0.0
33
babel==2.17.0
44
beautifulsoup4==4.13.4
5-
certifi==2025.1.31
6-
charset-normalizer==3.4.1
7-
coverage==7.8.0
5+
certifi==2025.6.15
6+
charset-normalizer==3.4.2
7+
coverage==7.9.1
88
decorator==5.2.1
99
docutils==0.21.2
1010
executing==2.2.0
1111
furo==2024.8.6
12-
graphviz==0.20.3
12+
graphviz==0.21
1313
idna==3.10
1414
imagesize==1.4.1
15-
ipython==9.1.0
15+
ipython==9.3.0
1616
ipython_pygments_lexers==1.1.1
1717
jedi==0.19.2
1818
Jinja2==3.1.6
19-
latexcodec==3.0.0
19+
latexcodec==3.0.1
2020
MarkupSafe==3.0.2
2121
matplotlib-inline==0.1.7
2222
packaging==25.0
@@ -27,24 +27,24 @@ pillow==11.2.1
2727
prompt_toolkit==3.0.51
2828
ptyprocess==0.7.0
2929
pure-eval==0.2.3
30-
pybtex==0.24.0
30+
pybtex==0.25.0
3131
pybtex-docutils==1.0.3
3232
pydot-ng==2.0.0
33-
Pygments==2.19.1
33+
Pygments==2.19.2
3434
pyparsing==3.2.3
3535
PyYAML==6.0.2
36-
requests==2.32.3
36+
requests==2.32.4
3737
roman-numerals-py==3.1.0
38-
setuptools==79.0.1
38+
setuptools==80.9.0
3939
six==1.17.0
40-
snowballstemmer==2.2.0
40+
snowballstemmer==3.0.1
4141
soupsieve==2.7
42-
Sphinx==8.1.3
43-
sphinx-reredirects==0.1.6
42+
Sphinx==8.2.3
43+
sphinx-reredirects==1.0.0
4444
sphinx-basic-ng==1.0.0b2
4545
sphinx-rtd-theme==3.0.2
4646
sphinxcontrib-applehelp==2.0.0
47-
sphinxcontrib-bibtex==2.6.3
47+
sphinxcontrib-bibtex==2.6.4
4848
sphinxcontrib-devhelp==2.0.0
4949
sphinxcontrib-htmlhelp==2.1.0
5050
sphinxcontrib-jquery==4.1
@@ -54,7 +54,7 @@ sphinxcontrib-qthelp==2.0.0
5454
sphinxcontrib-serializinghtml==2.0.0
5555
stack-data==0.6.3
5656
traitlets==5.14.3
57-
typing_extensions==4.13.2
58-
urllib3==2.4.0
57+
typing_extensions==4.14.0
58+
urllib3==2.5.0
5959
wcwidth==0.2.13
6060
websocket-client==1.8.0

0 commit comments

Comments
 (0)