From 48a62c2361195cf883679c142258ba6f468216c8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 2 Sep 2024 08:16:56 +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 66080d0a..e90bc755 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==21.2.0 \ No newline at end of file