From 7b231c2fb09161e29097fd994cfcec89208704a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 May 2021 19:35:03 +0000 Subject: [PATCH] Bump gunicorn from 20.0.4 to 20.1.0 Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 20.0.4 to 20.1.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/20.0.4...20.1.0) Signed-off-by: dependabot[bot] --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index ce37a5c..c914bc7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -28,7 +28,7 @@ test = pytest==6.0.2 pytest-asyncio==0.14.0 prod = - gunicorn==20.0.4 + gunicorn==20.1.0 uvloop==0.14.0