Skip to content

Commit

Permalink
fix: requirements.txt to reduce vulnerabilities (#177)
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-DETECTSECRETS-7361839

Co-authored-by: snyk-bot <[email protected]>
  • Loading branch information
billmetangmo and snyk-bot authored Jun 26, 2024
1 parent d8c8064 commit 2b356b2
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 @@ -4,7 +4,7 @@ graphviz==0.13.2
Jinja2==3.1.3
MarkupSafe==1.1.1
pre-commit==2.15.0
detect-secrets==1.1.0
detect-secrets==1.2.0
moto==3.1.4
pytest==7.1.1
coverage==6.4.1
Expand Down

0 comments on commit 2b356b2

Please sign in to comment.