From 7c36592cd3e4951cc02db4256bebe5a1ae4ab5d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jul 2023 18:09:41 +0000 Subject: [PATCH] Bump gunicorn from 19.9.0 to 21.2.0 Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 19.9.0 to 21.2.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/19.9.0...21.2.0) --- updated-dependencies: - dependency-name: gunicorn dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c946498..04b9da3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ phonenumbers==8.10.17 python-dotenv==0.10.3 # Production dependencies -gunicorn==19.9.0 +gunicorn==21.2.0 # Test dependencies coverage==4.5.4