From 09e0ff6d3e749fbc475fa2a3036785ebfe52921e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2024 19:51:18 -0700 Subject: [PATCH] Bump gunicorn from 22.0.0 to 23.0.0 (#160) Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 22.0.0 to 23.0.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/22.0.0...23.0.0) --- updated-dependencies: - dependency-name: gunicorn dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 358a350..783fa72 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ flask-cors == 5.0.0 litecli == 1.11.0 google-cloud-logging == 3.11.2 google-compute-engine == 2.8.13 -gunicorn == 22.0.0 +gunicorn == 23.0.0 protobuf == 4.25.3 requests == 2.32.3 supervisor == 4.2.5