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-GITPYTHON-2407255
  • Loading branch information
snyk-bot committed Feb 21, 2022
1 parent 12646de commit b0ed5f1
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 @@ -20,7 +20,7 @@ dicttoxml==1.7.4

# fails on requiring newer version of setuptools
#Flask==0.10.1
GitPython==2.1.15
GitPython==3.1.27

# this GCP API is surprisingly awful, not using
#google-api-python-client==1.11.0
Expand Down

0 comments on commit b0ed5f1

Please sign in to comment.