Skip to content

Commit db1b993

Browse files
committed
Python: updating some packages
1 parent 45d145d commit db1b993

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

frontend/requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
coverage==7.9.1
1+
coverage==7.10.7
22
docutils==0.21.2
33
graphviz==0.21
4-
ipython==9.3.0
4+
ipython==9.5.0
55
pdf2image==1.17.0
6-
pillow==11.2.1
6+
pillow==11.3.0
77
pydot-ng==2.0.0
88
Pygments==2.19.2
9-
pyparsing==3.2.3
9+
pyparsing==3.2.5
1010
Sphinx==8.2.3
1111
sphinx-reredirects==1.0.0
1212
sphinx-rtd-theme==3.0.2
1313
sphinxcontrib-bibtex==2.6.5
14-
sphinxcontrib-plantuml==0.30
14+
sphinxcontrib-plantuml==0.31
1515
websocket-client==1.8.0

frontend/requirements_frozen.txt

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,43 @@
11
alabaster==1.0.0
22
asttokens==3.0.0
33
babel==2.17.0
4-
beautifulsoup4==4.13.4
5-
certifi==2025.6.15
6-
charset-normalizer==3.4.2
7-
coverage==7.9.1
4+
beautifulsoup4==4.13.5
5+
certifi==2025.8.3
6+
charset-normalizer==3.4.3
7+
coverage==7.10.7
88
decorator==5.2.1
99
docutils==0.21.2
10-
executing==2.2.0
10+
executing==2.2.1
1111
graphviz==0.21
1212
idna==3.10
1313
imagesize==1.4.1
14-
ipython==9.3.0
14+
ipython==9.5.0
1515
ipython_pygments_lexers==1.1.1
1616
jedi==0.19.2
1717
Jinja2==3.1.6
1818
latexcodec==3.0.1
1919
MarkupSafe==3.0.2
2020
matplotlib-inline==0.1.7
2121
packaging==25.0
22-
parso==0.8.4
22+
parso==0.8.5
2323
pdf2image==1.17.0
2424
pexpect==4.9.0
25-
pillow==11.2.1
26-
prompt_toolkit==3.0.51
25+
pillow==11.3.0
26+
prompt_toolkit==3.0.52
2727
ptyprocess==0.7.0
2828
pure_eval==0.2.3
2929
pybtex==0.25.1
3030
pybtex-docutils==1.0.3
3131
pydot-ng==2.0.0
3232
Pygments==2.19.2
33-
pyparsing==3.2.3
34-
PyYAML==6.0.2
35-
requests==2.32.4
33+
pyparsing==3.2.5
34+
PyYAML==6.0.3
35+
requests==2.32.5
3636
roman-numerals-py==3.1.0
3737
setuptools==80.9.0
3838
six==1.17.0
3939
snowballstemmer==3.0.1
40-
soupsieve==2.7
40+
soupsieve==2.8
4141
Sphinx==8.2.3
4242
sphinx-basic-ng==1.0.0b2
4343
sphinx-reredirects==1.0.0
@@ -48,12 +48,12 @@ sphinxcontrib-devhelp==2.0.0
4848
sphinxcontrib-htmlhelp==2.1.0
4949
sphinxcontrib-jquery==4.1
5050
sphinxcontrib-jsmath==1.0.1
51-
sphinxcontrib-plantuml==0.30
51+
sphinxcontrib-plantuml==0.31
5252
sphinxcontrib-qthelp==2.0.0
5353
sphinxcontrib-serializinghtml==2.0.0
5454
stack-data==0.6.3
5555
traitlets==5.14.3
56-
typing_extensions==4.14.0
56+
typing_extensions==4.15.0
5757
urllib3==2.5.0
58-
wcwidth==0.2.13
58+
wcwidth==0.2.14
5959
websocket-client==1.8.0

0 commit comments

Comments
 (0)