From b43dd9934cb8c6ebcfda144b0f2a2bbbf902b5c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 01:46:39 +0000 Subject: [PATCH] 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:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 9ca81c6..5a311f9 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -101,7 +101,7 @@ graphviz==0.17; python_version >= '3.6' grpc-google-iam-v1==0.12.3 grpcio-gcp==0.2.2 grpcio==1.40.0 -gunicorn==20.1.0; python_version >= '3.5' +gunicorn==22.0.0; python_version >= '3.5' h11==0.12.0; python_version >= '3.6' hdfs==2.6.0 httpcore==0.13.7; python_version >= '3.6'