From da5cb72f59561c46189c031393a3f508cf03838d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 00:22:46 +0000 Subject: [PATCH] Bump gunicorn from 20.0.4 to 22.0.0 in /Docker/config Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 20.0.4 to 22.0.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/20.0.4...22.0.0) --- updated-dependencies: - dependency-name: gunicorn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Docker/config/pip-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docker/config/pip-requirements.txt b/Docker/config/pip-requirements.txt index e34cae9..a39f124 100644 --- a/Docker/config/pip-requirements.txt +++ b/Docker/config/pip-requirements.txt @@ -2,7 +2,7 @@ Django==3.0.3 six==1.13.0 psycopg2==2.8.4 -gunicorn==20.0.4 +gunicorn==22.0.0 django-crispy-forms==1.8.1 django-extensions==2.2.9 pydotplus==2.0.2