Skip to content

Commit

Permalink
fix: backend/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 0d7547d commit c83e0f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ astroid==2.8.3
async-generator==1.10
attrs==21.2.0
backports.entry-points-selectable==1.1.0
black==21.9b0
black==24.3.0
bson==0.5.10
certifi==2023.7.22
cfgv==3.3.1
Expand Down

0 comments on commit c83e0f2

Please sign in to comment.