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 e2aa533 commit 92df8f2
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 @@ -5,7 +5,7 @@
-r requirements.txt
# these are doc-only requirements
astroid>=2.11.0,<3
jinja2<3.1 # Avoid jinja2 3.1 version, which breaks with sphinx 3.X (https://github.com/sphinx-doc/sphinx/issues/10291)
jinja2<3.1.3 # Avoid jinja2 3.1 version, which breaks with sphinx 3.X (https://github.com/sphinx-doc/sphinx/issues/10291)
sphinx-autoapi>=2.1.0
sphinx-paramlinks>=0.4.1
sphinx==7.1
Expand Down

0 comments on commit 92df8f2

Please sign in to comment.