From 2be7f66dcf04a20a6c5f10c646e12de1ce33e524 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 18:45:22 +0100 Subject: [PATCH] Bump gunicorn from 22.0.0 to 23.0.0 (#915) 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 a88d21cc..2cb79c2a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ Flask==3.0.3 flask-talisman==1.1.0 google-cloud-storage==2.17.0 -gunicorn==22.0.0 +gunicorn==23.0.0 markdown==3.6 pytest==8.2.2 pytest-watch==4.2.0