Skip to content

Commit 2174c66

Browse files
camilamaiasnyk-bot
andauthored
fix: requirements.txt to reduce vulnerabilities (#91)
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 <[email protected]>
1 parent d0408ea commit 2174c66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
dj-database-url==1.2.0
22
django-allauth==0.54.0
33
django-rest-auth==0.9.5
4-
Django==3.2.18
4+
Django==4.2.16
55
djangorestframework==3.12.4
66
gunicorn==20.0.4
77
psycopg2-binary==2.9.5

0 commit comments

Comments
 (0)