From 1ca9946d20d65b6ad8f67546045a3b24906d3ec4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 06:42:06 +0000 Subject: [PATCH] Bump flask in /samples/web-app-cosmosdb-mongodb-api/python/src Bumps [flask](https://github.com/pallets/flask) from 3.1.0 to 3.1.3. - [Release notes](https://github.com/pallets/flask/releases) - [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/flask/compare/3.1.0...3.1.3) --- updated-dependencies: - dependency-name: flask dependency-version: 3.1.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../web-app-cosmosdb-mongodb-api/python/src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/web-app-cosmosdb-mongodb-api/python/src/requirements.txt b/samples/web-app-cosmosdb-mongodb-api/python/src/requirements.txt index 95183b0..d5e44cb 100644 --- a/samples/web-app-cosmosdb-mongodb-api/python/src/requirements.txt +++ b/samples/web-app-cosmosdb-mongodb-api/python/src/requirements.txt @@ -1,4 +1,4 @@ -Flask==3.1.0 +Flask==3.1.3 azure-identity==1.25.1 pymongo==4.15.3 gunicorn==23.0.0