From eb86795f5f9744f662b0aceee8df7cfe4a15971c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 19:07:38 +0000 Subject: [PATCH] Bump gunicorn from 22.0.0 to 23.0.0 in /backend 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] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 6a959a2..d411764 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -4,7 +4,7 @@ click==8.1.7 dill==0.3.8 Flask==3.0.3 Flask-Cors==4.0.1 -gunicorn==22.0.0 +gunicorn==23.0.0 iniconfig==2.0.0 isort==5.13.2 itsdangerous==2.2.0