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-BLACK-6256273
  • Loading branch information
snyk-bot committed Mar 18, 2024
1 parent e5714d5 commit 3acfd9b
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 @@ -18,7 +18,7 @@ bandit==1.7.1
# via pytest-bandit
binaryornot==0.4.4
# via cookiecutter
black==21.6b0
black==24.3.0
# via -r requirements.in
blessings==1.7
# via curtsies
Expand Down

0 comments on commit 3acfd9b

Please sign in to comment.