From 3e4560569792c4c9a51e9524acddf38ae5e78ee5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 2 Sep 2024 02:48:24 +0000 Subject: [PATCH] fix: requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-GUNICORN-7856105 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c946498..04b9da3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ phonenumbers==8.10.17 python-dotenv==0.10.3 # Production dependencies -gunicorn==19.9.0 +gunicorn==21.2.0 # Test dependencies coverage==4.5.4