Skip to content

Commit

Permalink
Merge pull request #1037 from gusthoff/topic/infrastructure/sphinx/up…
Browse files Browse the repository at this point in the history
…dates/20240427

Python: updating some packages
  • Loading branch information
gusthoff authored Apr 27, 2024
2 parents c1f1ec6 + 9f1abd4 commit 09fbecc
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
8 changes: 4 additions & 4 deletions frontend/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
coverage==7.4.4
coverage==7.5.0
docutils==0.20.1
graphviz==0.20.3
ipython==8.22.2
ipython==8.24.0
pdf2image==1.17.0
pillow==10.3.0
pydot-ng==2.0.0
Pygments==2.17.2
pyparsing==3.1.2
Sphinx==7.2.6
Sphinx==7.3.7
sphinx-reredirects==0.1.3
sphinx-rtd-theme==2.0.0
sphinxcontrib-plantuml==0.29
websocket-client==1.7.0
websocket-client==1.8.0
17 changes: 9 additions & 8 deletions frontend/requirements_frozen.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@ asttokens==2.4.1
Babel==2.14.0
certifi==2024.2.2
charset-normalizer==3.3.2
coverage==7.4.4
coverage==7.5.0
decorator==5.1.1
docutils==0.20.1
executing==2.0.1
graphviz==0.20.3
idna==3.6
idna==3.7
imagesize==1.4.1
ipython==8.22.2
ipython==8.24.0
jedi==0.19.1
Jinja2==3.1.3
MarkupSafe==2.1.5
matplotlib-inline==0.1.6
matplotlib-inline==0.1.7
packaging==24.0
parso==0.8.3
parso==0.8.4
pdf2image==1.17.0
pexpect==4.9.0
pillow==10.3.0
Expand All @@ -29,7 +29,7 @@ pyparsing==3.1.2
requests==2.31.0
six==1.16.0
snowballstemmer==2.2.0
Sphinx==7.2.6
Sphinx==7.3.7
sphinx-reredirects==0.1.3
sphinx-rtd-theme==2.0.0
sphinxcontrib-applehelp==1.0.8
Expand All @@ -41,7 +41,8 @@ sphinxcontrib-plantuml==0.29
sphinxcontrib-qthelp==1.0.7
sphinxcontrib-serializinghtml==1.1.10
stack-data==0.6.3
traitlets==5.14.2
traitlets==5.14.3
typing_extensions==4.11.0
urllib3==2.2.1
wcwidth==0.2.13
websocket-client==1.7.0
websocket-client==1.8.0

0 comments on commit 09fbecc

Please sign in to comment.