Skip to content

Commit

Permalink
fix: requirements.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-1012994
  • Loading branch information
snyk-bot committed Feb 2, 2021
1 parent 7153ab5 commit 9aeb00b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -27,7 +27,7 @@ idna==2.8 # via requests
imagesize==1.1.0 # via sphinx
importlib-metadata==0.19 # via pluggy, pytest, tox
itsdangerous==1.1.0 # via devpi-server
jinja2==2.10.1 # via sphinx
jinja2==2.11.3 # via sphinx
markupsafe==1.1.1 # via jinja2
mock==3.0.5
more-itertools==5.0.0
Expand Down

0 comments on commit 9aeb00b

Please sign in to comment.