Skip to content

Commit

Permalink
Update dependencies in requirements.txt
Browse files Browse the repository at this point in the history
- Updated aiohttp to version 3.9.1
- Updated aiohttp_apispec to version 2.2.3
- Updated pydantic to version 1.10.14
- Updated pygments to version 2.17.2
- Updated sphinx to version 7.2.6
- Updated sphinx_rtd_theme to version 2.0.0
- Updated sphinxcontrib-httpdomain to version 1.8.1
- Updated sphinxcontrib-openapi to version 0.8.3
- Updated configobj to version 5.0.8
  • Loading branch information
drew2a committed Jan 25, 2024
1 parent ed1d03b commit 43f2b48
Showing 1 changed file with 10 additions and 11 deletions.
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.2.6
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

0 comments on commit 43f2b48

Please sign in to comment.