From e4591f3dfbac75fff9c2f5fd639f5b570a32019a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Mar 2025 03:30:58 +0000 Subject: [PATCH] Bump gunicorn from 22.0.0 to 23.0.0 in /src 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] --- src/pyproject.toml | 2 +- src/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pyproject.toml b/src/pyproject.toml index b675500..af18cd4 100644 --- a/src/pyproject.toml +++ b/src/pyproject.toml @@ -4,7 +4,7 @@ version = "1.0.0" description = "Create a simple chat app using Fast API and Azure AI Inference" dependencies = [ "fastapi==0.111.0", - "gunicorn==22.0.0", + "gunicorn==23.0.0", "uvicorn[standard]==0.29.0", "azure-ai-inference[prompts]", "azure-identity==1.19.0", diff --git a/src/requirements.txt b/src/requirements.txt index e51e5de..e0f2a5d 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -1,6 +1,6 @@ fastapi==0.111.0 uvicorn[standard]==0.29.0 -gunicorn==22.0.0 +gunicorn==23.0.0 azure-identity==1.19.0 aiohttp==3.11.1 azure-ai-inference[prompts]