From c27fe219d2b7d8df2d2bcf29edc6d41cbd5c48ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 15:50:01 +0000 Subject: [PATCH] Bump flask in /samples/web-app-cosmosdb-nosql-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] --- 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..20306c1 100644 --- a/samples/web-app-cosmosdb-nosql-api/python/src/requirements.txt +++ b/samples/web-app-cosmosdb-nosql-api/python/src/requirements.txt @@ -1,4 +1,4 @@ -Flask==3.1.0 +Flask==3.1.3 azure-mgmt-cosmosdb==9.8.0 azure-cosmos==4.7.0 gunicorn==20.1.0