From f427a7f2aadb98be044a4194e507cca381916a60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 23:12:38 +0000 Subject: [PATCH] Bump gunicorn from 21.0.1 to 21.2.0 Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 21.0.1 to 21.2.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/21.0.1...21.2.0) --- updated-dependencies: - dependency-name: gunicorn dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 0a69b167..6172d1fa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,4 +8,4 @@ uvloop==0.17.0 aiocache==0.11.1 ujson==5.8.0 Authlib==1.2.1 -gunicorn==21.0.1 +gunicorn==21.2.0 diff --git a/setup.py b/setup.py index 2556bddc..c85c65dd 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ "Authlib==1.2.1", "aiohttp-cors==0.7.0", "jsonschema==4.18.3", - "gunicorn==21.0.1", + "gunicorn==21.2.0", "uvloop==0.17.0", "cyvcf2==0.30.22", "aiocache==0.11.1",