From b08eb00179feb36b04a76a40cd30ef56ad979681 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 5 Oct 2022 00:52:29 -0700 Subject: [PATCH] fix: requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-3039675 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index af246a5..a28c604 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ authy==2.2.6 -Django==3.2 +Django==3.2.16 phonenumbers==8.12.21 python-dotenv==0.17.0 twilio==6.57.0