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-6150683
  • Loading branch information
snyk-bot committed Jan 11, 2024
1 parent fd30513 commit a3c2a01
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 @@ -8,7 +8,7 @@ boto3==1.10.40
#elasticsearch>=5.0.0,<6.0.0
# Python >= 3
#GitPython==3.0.3
GitPython==2.1.15
GitPython==3.1.41
happybase==1.2.0
humanize==0.5.1
#impyla==0.16.0
Expand Down

0 comments on commit a3c2a01

Please sign in to comment.