Skip to content
This repository was archived by the owner on May 13, 2025. It is now read-only.

Commit 102f1d0

Browse files
committed
fix: requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-7435780 - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-7436273 - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-7436514 - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-7436646
1 parent e0c2b15 commit 102f1d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
authy==2.2.6
2-
Django==3.2
2+
Django==4.2.14
33
phonenumbers==8.12.21
44
python-dotenv==0.17.0
55
twilio==6.57.0

0 commit comments

Comments
 (0)