From 5f6f30e4af8a7e1b31ae60417553a4f6871fea4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 14:26:17 +0000 Subject: [PATCH] Bump flask from 3.0.3 to 3.1.0 in /alexa_shopping_list_sync/app Bumps [flask](https://github.com/pallets/flask) from 3.0.3 to 3.1.0. - [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.0.3...3.1.0) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- alexa_shopping_list_sync/app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alexa_shopping_list_sync/app/requirements.txt b/alexa_shopping_list_sync/app/requirements.txt index c56adfd..83f6ec1 100644 --- a/alexa_shopping_list_sync/app/requirements.txt +++ b/alexa_shopping_list_sync/app/requirements.txt @@ -1,7 +1,7 @@ seleniumbase==4.32.11 black==24.10.0 pyotp===2.9.0 -flask===3.0.3 +flask===3.1.0 hypercorn===0.17.3 asyncio===3.4.3 websockets===14.1