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-PYYAML-590151
  • Loading branch information
snyk-bot committed Jan 21, 2021
1 parent efb7245 commit 0458e76
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 @@ -19,7 +19,7 @@ py==1.8.0
# requires Python 3.5+
#pytest==5.2.1
pytest==4.6.9
PyYAML==5.1.2
PyYAML==5.4
requests==2.22.0
requests-kerberos==0.12.0
six==1.12.0
Expand Down

0 comments on commit 0458e76

Please sign in to comment.