Skip to content

Commit 296cb23

Browse files
committed
fix: requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-AIOHTTP-8383923
1 parent 538953d commit 296cb23

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ django-phonenumber-field==6.1.0
55
twilio>=7
66
wheel>=0.22.0
77
setuptools>=36.2
8+
aiohttp>=3.10.11 # not directly required, pinned by Snyk to avoid a vulnerability

0 commit comments

Comments
 (0)