From ad75d52684ed08249f9db1809f1b4644ed478a08 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 17 Apr 2024 22:22:20 +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 260012e..3df1859 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,7 +21,7 @@ gitdb==4.0.10 GitPython==3.1.30 google==3.0.0 greenlet==2.0.1 -gunicorn==20.1.0 +gunicorn==22.0.0 humanize==4.4.0 idna==3.4 Jinja2==3.1.2