Skip to content

Commit 07eb438

Browse files
committed
Python: updating some packages
1 parent 657688a commit 07eb438

File tree

2 files changed

+23
-20
lines changed

2 files changed

+23
-20
lines changed

frontend/requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
coverage==7.6.10
1+
coverage==7.8.0
22
docutils==0.21.2
33
graphviz==0.20.3
4-
ipython==8.31.0
4+
ipython==9.1.0
55
pdf2image==1.17.0
6-
pillow==11.0.0
6+
pillow==11.2.1
77
pydot-ng==2.0.0
8-
Pygments==2.18.0
9-
pyparsing==3.2.0
8+
Pygments==2.19.1
9+
pyparsing==3.2.3
1010
Sphinx==8.1.3
11-
sphinx-reredirects==0.1.5
11+
sphinx-reredirects==0.1.6
1212
sphinx-rtd-theme==3.0.2
1313
sphinxcontrib-bibtex==2.6.3
1414
sphinxcontrib-plantuml==0.30

frontend/requirements_frozen.txt

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,43 @@
11
alabaster==1.0.0
22
asttokens==3.0.0
3-
babel==2.16.0
4-
certifi==2024.12.14
3+
babel==2.17.0
4+
certifi==2025.1.31
55
charset-normalizer==3.4.1
6-
coverage==7.6.10
7-
decorator==5.1.1
6+
coverage==7.8.0
7+
decorator==5.2.1
88
docutils==0.21.2
9-
executing==2.1.0
9+
executing==2.2.0
1010
graphviz==0.20.3
1111
idna==3.10
1212
imagesize==1.4.1
13-
ipython==8.31.0
13+
ipython==9.1.0
14+
ipython_pygments_lexers==1.1.1
1415
jedi==0.19.2
1516
Jinja2==3.1.6
1617
latexcodec==3.0.0
1718
MarkupSafe==3.0.2
1819
matplotlib-inline==0.1.7
19-
packaging==24.2
20+
packaging==25.0
2021
parso==0.8.4
2122
pdf2image==1.17.0
2223
pexpect==4.9.0
23-
pillow==11.0.0
24-
prompt_toolkit==3.0.48
24+
pillow==11.2.1
25+
prompt_toolkit==3.0.51
2526
ptyprocess==0.7.0
2627
pure-eval==0.2.3
2728
pybtex==0.24.0
2829
pybtex-docutils==1.0.3
2930
pydot-ng==2.0.0
30-
Pygments==2.18.0
31-
pyparsing==3.2.0
31+
Pygments==2.19.1
32+
pyparsing==3.2.3
3233
PyYAML==6.0.2
3334
requests==2.32.3
35+
roman-numerals-py==3.1.0
36+
setuptools==79.0.1
3437
six==1.17.0
3538
snowballstemmer==2.2.0
3639
Sphinx==8.1.3
37-
sphinx-reredirects==0.1.5
40+
sphinx-reredirects==0.1.6
3841
sphinx-rtd-theme==3.0.2
3942
sphinxcontrib-applehelp==2.0.0
4043
sphinxcontrib-bibtex==2.6.3
@@ -47,7 +50,7 @@ sphinxcontrib-qthelp==2.0.0
4750
sphinxcontrib-serializinghtml==2.0.0
4851
stack-data==0.6.3
4952
traitlets==5.14.3
50-
typing_extensions==4.12.2
51-
urllib3==2.3.0
53+
typing_extensions==4.13.2
54+
urllib3==2.4.0
5255
wcwidth==0.2.13
5356
websocket-client==1.8.0

0 commit comments

Comments
 (0)