From 707f8db9812b444d3ac1627a2691c01e49174388 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Jul 2025 03:41:17 +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-version: 23.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pyproject.toml b/src/pyproject.toml index 09bb7d1..a7f96a5 100644 --- a/src/pyproject.toml +++ b/src/pyproject.toml @@ -4,7 +4,7 @@ version = "1.0.0" description = "Create a simple chat app using Quart and Azure AI Agents" dependencies = [ "fastapi==0.111.0", - "gunicorn==22.0.0", + "gunicorn==23.0.0", "uvicorn[standard]==0.29.0", "opentelemetry-sdk", "azure-identity==1.19.0",