From 599f9b306304f5d126cb70ed0fc41b62270ab197 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 21:12:16 +0000 Subject: [PATCH] :arrow_up: Bump gunicorn from 20.1.0 to 22.0.0 Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 20.1.0 to 22.0.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/20.1.0...22.0.0) --- updated-dependencies: - dependency-name: gunicorn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 3365837..aec2e67 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,7 @@ django==3.1.14 # via -r requirements.in flake8==5.0.4 # via -r requirements.in -gunicorn==20.1.0 +gunicorn==22.0.0 # via -r requirements.in iniconfig==1.1.1 # via pytest @@ -31,6 +31,7 @@ mypy-extensions==0.4.3 packaging==24.2 # via # black + # gunicorn # pytest pathspec==0.10.1 # via black @@ -64,6 +65,3 @@ tomli==2.0.1 # pytest typing-extensions==4.12.2 # via black - -# The following packages are considered to be unsafe in a requirements file: -# setuptools