From 2d99acd02966cad402a012dbe2bf590c5b945d04 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 2 Sep 2024 07:36:25 +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 077bc50..c1cfc94 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ django-webpack-loader==0.7.0 djangorestframework==3.11.0 entrypoints==0.3 flake8==3.7.9 -gunicorn==20.0.4 +gunicorn==21.2.0 mccabe==0.6.1 pathspec==0.7.0 psycopg2==2.8.4