From 9e8e039a93ebfb5487f105e923ec1996eba9dc73 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 05:09:04 +0000 Subject: [PATCH] Update dependency gunicorn to v22 [SECURITY] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index fa7e7ce..02d02c4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ faker==21.0.0 ; python_version >= "3.10" and python_version < "4.0" flake8==6.1.0 ; python_version >= "3.10" and python_version < "4.0" flask-assets==2.1.0 ; python_version >= "3.10" and python_version < "4.0" flask==3.0.0 ; python_version >= "3.10" and python_version < "4.0" -gunicorn==21.2.0 ; python_version >= "3.10" and python_version < "4.0" +gunicorn==22.0.0 ; python_version >= "3.10" and python_version < "4.0" isort==5.13.2 ; python_version >= "3.10" and python_version < "4.0" itsdangerous==2.1.2 ; python_version >= "3.10" and python_version < "4.0" jinja2==3.1.2 ; python_version >= "3.10" and python_version < "4.0"