From e4f2881fec93c4540004931f94e9be4b436e2ca6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 17 Apr 2024 16:37:34 +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-6615672 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 66080d0a..71258423 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ Flask==2.3.2 -gunicorn==20.1.0 \ No newline at end of file +gunicorn==22.0.0 \ No newline at end of file