Skip to content

Commit

Permalink
fix: requirements-doc.txt to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-JINJA2-6150717
  • Loading branch information
snyk-bot committed Jan 16, 2024
1 parent 621366b commit 2873bbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# (see 'docs/conf.py')
astroid<2.12 # pin to resolve sphinx-autoapi (see https://github.com/readthedocs/sphinx-autoapi/issues/349)
cloud_sptheme
jinja2<3.1 # fix sphinx failing, see: https://github.com/sphinx-doc/sphinx/issues/10291
jinja2<3.1.3 # fix sphinx failing, see: https://github.com/sphinx-doc/sphinx/issues/10291
pycodestyle>=2.6.0,<2.9.0; python_version <= "3.5" # pyup: ignore
pycodestyle>=2.6.0,<3; python_version >= "3.6"
# sphinx-autoapi dropped 3.5 support at 1.3.0
Expand Down

0 comments on commit 2873bbd

Please sign in to comment.