From 91951d047881041093ca847cd56d91c997774fcc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 02:55:59 +0000 Subject: [PATCH] Bump gunicorn from 0.17.2 to 21.2.0 in /test_project Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 0.17.2 to 21.2.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/0.17.2...21.2.0) --- updated-dependencies: - dependency-name: gunicorn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- test_project/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_project/requirements.txt b/test_project/requirements.txt index a204aa5..62debdf 100644 --- a/test_project/requirements.txt +++ b/test_project/requirements.txt @@ -3,7 +3,7 @@ Fabric==1.5.3 South==0.7.6 django-debug-toolbar==0.9.4 dj-database-url==0.2.1 -gunicorn==0.17.2 +gunicorn==21.2.0 django-nose==1.1 coverage==3.6 nose==1.2.1