From 516cd9cd0cb58df2ade1b2da212055c32b04e4f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 10:42:54 +0000 Subject: [PATCH] Bump gunicorn from 20.1.0 to 21.2.0 Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 20.1.0 to 21.2.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/20.1.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/base-production.in | 2 +- requirements/base-production.txt | 11 ++++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/requirements/base-production.in b/requirements/base-production.in index 3dc0fe4..3f7a40c 100644 --- a/requirements/base-production.in +++ b/requirements/base-production.in @@ -9,4 +9,4 @@ -c base-base.txt -gunicorn==20.1.* # 2021 Mar https://pypi.org/project/gunicorn/20.1.0/ \ No newline at end of file +gunicorn==21.2.* # 2021 Mar https://pypi.org/project/gunicorn/20.1.0/ \ No newline at end of file diff --git a/requirements/base-production.txt b/requirements/base-production.txt index 745ad89..584e604 100644 --- a/requirements/base-production.txt +++ b/requirements/base-production.txt @@ -4,8 +4,9 @@ # # pip-compile base-production.in # -gunicorn==20.1.0 - # via -r base-production.in - -# The following packages are considered to be unsafe in a requirements file: -# setuptools +gunicorn==21.2.0 + # via -r requirements/base-production.in +packaging==23.2 + # via + # -c requirements/base-base.txt + # gunicorn