From b64436052b2b47d43d456e5fc58dd4fa0007713f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 06:44:04 +0000 Subject: [PATCH] Bump flask from 3.1.0 to 3.1.3 in /samples/aci-blob-storage/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/aci-blob-storage/python/src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/aci-blob-storage/python/src/requirements.txt b/samples/aci-blob-storage/python/src/requirements.txt index 97a7234..21c0934 100644 --- a/samples/aci-blob-storage/python/src/requirements.txt +++ b/samples/aci-blob-storage/python/src/requirements.txt @@ -1,3 +1,3 @@ -Flask==3.1.0 +Flask==3.1.3 azure-storage-blob==12.25.1 gunicorn==23.0.0