Skip to content

Commit

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

Co-authored-by: snyk-bot <[email protected]>
  • Loading branch information
Salaah01 and snyk-bot committed Mar 19, 2024
1 parent 8018ae6 commit 0456fba
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 @@ -6,7 +6,7 @@
#
asgiref==3.7.2
# via django
black==22.8.0
black==24.3.0
# via -r requirements.in
build==1.1.1
# via pip-tools
Expand Down

0 comments on commit 0456fba

Please sign in to comment.