From 193f09e4e0f97517867c99f4106a6b3a393cf4be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 02:37:33 +0000 Subject: [PATCH] Bump gunicorn from 21.2.0 to 22.0.0 Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 21.2.0 to 22.0.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/21.2.0...22.0.0) --- updated-dependencies: - dependency-name: gunicorn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 6 ++++-- requirements_dev.txt | 2 +- requirements_test.txt | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index bda726d..7cc9f2e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -100,7 +100,7 @@ google-auth==2.29.0 # via google-api-core googleapis-common-protos==1.63.0 # via google-api-core -gunicorn==21.2.0 +gunicorn==22.0.0 # via -r requirements.in h11==0.14.0 # via uvicorn @@ -182,7 +182,9 @@ pyasn1-modules==0.4.0 pycparser==2.22 # via cffi pyjwt[crypto]==2.8.0 - # via msal + # via + # msal + # pyjwt python-crontab==3.0.0 # via django-celery-beat python-dateutil==2.9.0.post0 diff --git a/requirements_dev.txt b/requirements_dev.txt index 876b517..d102650 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -176,7 +176,7 @@ googleapis-common-protos==1.63.0 # via # -r ./requirements_test.txt # google-api-core -gunicorn==21.2.0 +gunicorn==22.0.0 # via -r ./requirements_test.txt h11==0.14.0 # via diff --git a/requirements_test.txt b/requirements_test.txt index 1a08fa0..d7a5229 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -159,7 +159,7 @@ googleapis-common-protos==1.63.0 # via # -r ./requirements.txt # google-api-core -gunicorn==21.2.0 +gunicorn==22.0.0 # via -r ./requirements.txt h11==0.14.0 # via