Skip to content

Commit d0408ea

Browse files
authored
fix: requirements.txt to reduce vulnerabilities (#69)
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-DJANGOALLAUTH-5406296
1 parent 34e0e2d commit d0408ea

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,5 +1,5 @@
11
dj-database-url==1.2.0
2-
django-allauth==0.44.0
2+
django-allauth==0.54.0
33
django-rest-auth==0.9.5
44
Django==3.2.18
55
djangorestframework==3.12.4

0 commit comments

Comments
 (0)