From 433ec4c091442ac6989265b6f831f34815264cb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 15:25:55 +0000 Subject: [PATCH] Bump gunicorn in /samples/web-app-cosmosdb-nosql-api/python/src Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 20.1.0 to 22.0.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/20.1.0...22.0.0) --- updated-dependencies: - dependency-name: gunicorn dependency-version: 22.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- samples/web-app-cosmosdb-nosql-api/python/src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/web-app-cosmosdb-nosql-api/python/src/requirements.txt b/samples/web-app-cosmosdb-nosql-api/python/src/requirements.txt index 05b818f..741fdbf 100644 --- a/samples/web-app-cosmosdb-nosql-api/python/src/requirements.txt +++ b/samples/web-app-cosmosdb-nosql-api/python/src/requirements.txt @@ -1,6 +1,6 @@ Flask==3.1.0 azure-mgmt-cosmosdb==9.8.0 azure-cosmos==4.7.0 -gunicorn==20.1.0 +gunicorn==22.0.0 python-dotenv==1.1.1 setuptools==79.0.1