Skip to content

Commit

Permalink
fix: scripts/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-PYYAML-559098
  • Loading branch information
snyk-bot committed Mar 20, 2020
1 parent ca54e71 commit fd148ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
semantic_version==2.6.0
jinja2==2.10.1
subprocess32==3.2.7
PyYAML==5.1
PyYAML==5.3.1

0 comments on commit fd148ef

Please sign in to comment.