From 693cf25bb36713d1f510bd418edbe2039ea6ac57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Mar 2025 03:20:03 +0000 Subject: [PATCH] Bump gunicorn from 22.0.0 to 23.0.0 in /python 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 ... Signed-off-by: dependabot[bot] --- python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements.txt b/python/requirements.txt index 5775821..603c812 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -5,5 +5,5 @@ openai==0.27.8 # Update to the latest version jinja2==3.1.5 python-dotenv==1.0.0 quart_cors==0.7.0 -Gunicorn==22.0.0 +Gunicorn==23.0.0 uvicorn==0.15.0