From 6e96dfa840cf4572e1b4bf65cf9400682e97ac49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 19:05:55 +0000 Subject: [PATCH] Bump flask in /samples/eventhubs/python/src/dashboard 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/eventhubs/python/src/dashboard/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/eventhubs/python/src/dashboard/requirements.txt b/samples/eventhubs/python/src/dashboard/requirements.txt index 84e2ba5..a4c725c 100644 --- a/samples/eventhubs/python/src/dashboard/requirements.txt +++ b/samples/eventhubs/python/src/dashboard/requirements.txt @@ -1,4 +1,4 @@ -flask==3.1.0 +flask==3.1.3 gunicorn==23.0.0 azure-eventhub==5.15.0 azure-storage-blob==12.24.0