Skip to content

Commit

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

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
  • Loading branch information
camilamaia and snyk-bot authored Oct 28, 2024
1 parent d0408ea commit 2174c66
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
@@ -1,7 +1,7 @@
dj-database-url==1.2.0
django-allauth==0.54.0
django-rest-auth==0.9.5
Django==3.2.18
Django==4.2.16
djangorestframework==3.12.4
gunicorn==20.0.4
psycopg2-binary==2.9.5
Expand Down

0 comments on commit 2174c66

Please sign in to comment.