From 5ce9bf2b05ba0a6e75f74fc61e0eeb9989f9d8d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 14:22:15 +0700 Subject: [PATCH] Bump gunicorn from 20.1.0 to 22.0.0 in /integration_test (#662) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- integration_test/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration_test/requirements.txt b/integration_test/requirements.txt index 786dfbcd..02f7a0e9 100644 --- a/integration_test/requirements.txt +++ b/integration_test/requirements.txt @@ -1,5 +1,5 @@ -e .. Django==3.2.25 -gunicorn==20.1.0 +gunicorn==22.0.0 psycopg2==2.9.7 requests==2.31.0