Skip to content

Commit

Permalink
fix: requirements.txt to reduce vulnerabilities (#58)
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-DJANGO-2968205
- https://snyk.io/vuln/SNYK-PYTHON-DJANGO-6370660

Co-authored-by: snyk-bot <[email protected]>
  • Loading branch information
Salaah01 and snyk-bot committed Mar 5, 2024
1 parent 5788b46 commit d19a620
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 @@ -16,7 +16,7 @@ click==8.1.7
# pip-tools
distlib==0.3.8
# via virtualenv
django==3.2.14
django==3.2.25
# via
# -r requirements.in
# django-tinymce
Expand Down

0 comments on commit d19a620

Please sign in to comment.