From 064ba87af7b1d3ae97c70557f1365931d6c04d49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 13:25:17 +0000 Subject: [PATCH 1/2] Bump gunicorn from 20.1.0 to 22.0.0 in /src 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] --- src/requirements-dev.txt | 7 +++---- src/requirements.in | 2 +- src/requirements.txt | 6 ++---- 3 files changed, 6 insertions(+), 9 deletions(-) diff --git a/src/requirements-dev.txt b/src/requirements-dev.txt index 9d022799..97a780c0 100644 --- a/src/requirements-dev.txt +++ b/src/requirements-dev.txt @@ -59,9 +59,7 @@ colorama==0.4.6 colorful==0.5.5 # via ray coverage[toml]==7.3.2 - # via - # coverage - # pytest-cov + # via pytest-cov cryptography==42.0.4 # via -r requirements.txt defusedxml==0.7.1 @@ -117,7 +115,7 @@ grpcio==1.59.3 # via # -r requirements.txt # ray -gunicorn==20.1.0 +gunicorn==22.0.0 # via -r requirements.txt identify==2.5.32 # via pre-commit @@ -196,6 +194,7 @@ packaging==23.2 # via # -r requirements.txt # drf-yasg + # gunicorn # marshmallow # pyproject-api # pytest diff --git a/src/requirements.in b/src/requirements.in index af81daea..cf2b8984 100644 --- a/src/requirements.in +++ b/src/requirements.in @@ -5,7 +5,7 @@ django-session-timeout>=0.1, <1.0 drf-yasg>=1.0, <2.0 environs>=9.0, <10.0 filelock>=3.9, <4.0 -gunicorn>=20.0, <21.0 +gunicorn>=20.0, <23.0 jsonfield>=3.0, <4.0 packaging>=23.0, <24.0 psycopg2-binary>=2.0, <3.0 diff --git a/src/requirements.txt b/src/requirements.txt index 09783e0b..365d92ee 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -57,7 +57,7 @@ grpcio==1.59.3 # via # -r requirements.in # ray -gunicorn==20.1.0 +gunicorn==22.0.0 # via -r requirements.in idna==3.7 # via @@ -99,6 +99,7 @@ packaging==23.2 # via # -r requirements.in # drf-yasg + # gunicorn # marshmallow # ray pkgutil-resolve-name==1.3.10 @@ -177,6 +178,3 @@ urllib3==2.1.0 # requests zipp==3.17.0 # via importlib-resources - -# The following packages are considered to be unsafe in a requirements file: -# setuptools From 90cf1df89c0b343a31e143da9344c56698d37405 Mon Sep 17 00:00:00 2001 From: Anthony Romaniello Date: Fri, 10 May 2024 07:59:04 -0600 Subject: [PATCH 2/2] Require gunicorn>=22.0 in requirements.in --- src/requirements-dev.txt | 4 +++- src/requirements.in | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/requirements-dev.txt b/src/requirements-dev.txt index 97a780c0..5c5050be 100644 --- a/src/requirements-dev.txt +++ b/src/requirements-dev.txt @@ -59,7 +59,9 @@ colorama==0.4.6 colorful==0.5.5 # via ray coverage[toml]==7.3.2 - # via pytest-cov + # via + # coverage + # pytest-cov cryptography==42.0.4 # via -r requirements.txt defusedxml==0.7.1 diff --git a/src/requirements.in b/src/requirements.in index cf2b8984..70bfec74 100644 --- a/src/requirements.in +++ b/src/requirements.in @@ -5,7 +5,7 @@ django-session-timeout>=0.1, <1.0 drf-yasg>=1.0, <2.0 environs>=9.0, <10.0 filelock>=3.9, <4.0 -gunicorn>=20.0, <23.0 +gunicorn>=22.0, <23.0 jsonfield>=3.0, <4.0 packaging>=23.0, <24.0 psycopg2-binary>=2.0, <3.0