From 6af875e4e9c656c86237ce835619bee833143dbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Jan 2022 10:11:44 +0000 Subject: [PATCH] Bump gunicorn in /Task-19-FedoraHappiness/requirements Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 19.4.1 to 19.5.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/19.4.1...19.5.0) --- updated-dependencies: - dependency-name: gunicorn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Task-19-FedoraHappiness/requirements/production.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Task-19-FedoraHappiness/requirements/production.txt b/Task-19-FedoraHappiness/requirements/production.txt index a9df940..b2c2cb0 100644 --- a/Task-19-FedoraHappiness/requirements/production.txt +++ b/Task-19-FedoraHappiness/requirements/production.txt @@ -1,3 +1,3 @@ -r base.txt -gunicorn==19.4.1 +gunicorn==19.5.0 python-memcached==1.57