From 07d6ad8c7da1dcfb5150ace3935e37d077ecb2ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 00:07:22 +0000 Subject: [PATCH] Bump gunicorn from 19.9.0 to 22.0.0 in /tests/integration Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 19.9.0 to 22.0.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/19.9.0...22.0.0) --- updated-dependencies: - dependency-name: gunicorn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tests/integration/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/requirements.txt b/tests/integration/requirements.txt index a0634bee..e11315be 100644 --- a/tests/integration/requirements.txt +++ b/tests/integration/requirements.txt @@ -2,7 +2,7 @@ Flask==2.2.5 google-cloud-error-reporting==0.32.1 google-cloud-logging==1.12.1 google-cloud-monitoring==0.33.0 -gunicorn==19.9.0 +gunicorn==22.0.0 requests==2.31.0 retrying==1.3.3 six==1.12.0