From 1fc0e45a6427139dc1cc41bf959c18c0267c870b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 13:43:10 +0000 Subject: [PATCH] Bump gunicorn from 22.0.0.post1 to 23.0.0 Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 22.0.0.post1 to 23.0.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/commits/23.0.0) --- updated-dependencies: - dependency-name: gunicorn dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1543380..c89d166 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -gunicorn==22.0.0.post1 \ No newline at end of file +gunicorn==23.0.0 \ No newline at end of file