Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
fix: requirements.txt to reduce vulnerabilities (#288)
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-PYYAML-590151

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
  • Loading branch information
mostafa and snyk-bot committed Jan 21, 2021
1 parent 4d92214 commit efe8e56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ requests==2.25.0
Unidecode==1.1.1
webargs==6.1.1
Werkzeug==1.0.1
PyYAML==5.3.1
PyYAML==5.4
simplejson==3.17.2
pathlib2==2.3.5
cookiecutter==1.7.2

0 comments on commit efe8e56

Please sign in to comment.