From 34edca7740c947de5859d29461064c9b2d58ba71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Jun 2021 20:53:36 +0200 Subject: [PATCH] Bump gunicorn from 20.0.4 to 20.1.0 (#208) 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) --- updated-dependencies: - dependency-name: gunicorn dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f90f89e..ccb4cbf 100644 --- a/setup.py +++ b/setup.py @@ -60,7 +60,7 @@ setup( 'bokeh==2.3.2', 'pandas==1.1.5', 'flydenity==0.1.5', - 'gunicorn==20.0.4' + 'gunicorn==20.1.0' ], test_require=[ 'pytest==5.0.1',