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-PY-1049546
  • Loading branch information
snyk-bot committed Dec 15, 2020
1 parent 567e258 commit 471c6ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -40,7 +40,7 @@ plaster-pastedeploy==0.7 # via pyramid
plaster==1.0 # via plaster-pastedeploy, pyramid
pluggy==0.13.1 # via devpi-client, devpi-server, pytest, tox
property-manager==3.0 # via wheel-inspect
py==1.8.1 # via devpi-client, devpi-common, devpi-server, pytest, tox
py==1.10.0 # via devpi-client, devpi-common, devpi-server, pytest, tox
pycparser==2.20 # via cffi
pygments==2.6.1 # via readme-renderer
pyparsing==2.4.7 # via packaging
Expand Down

0 comments on commit 471c6ab

Please sign in to comment.