Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies in doc/requirements.txt #7854

Merged
merged 1 commit into from
Jan 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 10 additions & 11 deletions doc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
aiohttp==3.9.0
aiohttp_apispec==2.2.1
pydantic==1.10.13
pygments==2.15.0
sphinx==4.3.0
sphinx_rtd_theme==1.0.0
sphinxcontrib-httpdomain==1.8.0
sphinxcontrib-openapi==0.7.0
configobj==5.0.6
mistune==0.8.4 # sphinxcontrib-openapi==0.7.0 cannot work with the latest mistune version (2.0.0)
MarkupSafe==2.0.1 # used by jinja2; 2.1.0 version removes soft_unicode and breaks jinja2-2.11.3
aiohttp==3.9.1
aiohttp_apispec==2.2.3
pydantic==1.10.14
pygments==2.17.2
sphinx==7.1.2
sphinx_rtd_theme==2.0.0
sphinxcontrib-httpdomain==1.8.1
sphinxcontrib-openapi==0.8.3
configobj==5.0.8
pyipv8==2.12.0

setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability
certifi>=2023.7.22 # not directly required, pinned by Snyk to avoid a vulnerability
cryptography>=41.0.5 # not directly required, pinned by Snyk to avoid a vulnerability
Expand Down
Loading