Skip to content

Commit 5cf1be0

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-10302884 - https://snyk.io/vuln/SNYK-PYTHON-REQUESTS-10305723
1 parent 538953d commit 5cf1be0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
Django>=4.0,<6
1+
Django>=4.2.22
22
Sphinx>=1.2.0
33
phonenumbers>=7.0.2
44
django-phonenumber-field==6.1.0
55
twilio>=7
66
wheel>=0.22.0
77
setuptools>=36.2
8+
requests>=2.32.4 # not directly required, pinned by Snyk to avoid a vulnerability

0 commit comments

Comments
 (0)