From 7542f5e034229a1b3c40ed7e79f3957282673e89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2024 00:22:53 +0000 Subject: [PATCH] Bump werkzeug from 3.0.3 to 3.0.6 in /src/shoppingassistantservice Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.0.3 to 3.0.6. - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/werkzeug/compare/3.0.3...3.0.6) --- updated-dependencies: - dependency-name: werkzeug dependency-type: indirect ... Signed-off-by: dependabot[bot] --- src/shoppingassistantservice/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shoppingassistantservice/requirements.txt b/src/shoppingassistantservice/requirements.txt index 7249dfa..a5128aa 100644 --- a/src/shoppingassistantservice/requirements.txt +++ b/src/shoppingassistantservice/requirements.txt @@ -206,7 +206,7 @@ uritemplate==4.1.1 # via google-api-python-client urllib3==2.2.2 # via requests -werkzeug==3.0.3 +werkzeug==3.0.6 # via flask yarl==1.9.4 # via aiohttp