From 8fa2f4295a63d2ef186d7670586149b89f46204a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 17:43:44 +0000 Subject: [PATCH] Chore(deps): Bump werkzeug 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: direct:production ... Signed-off-by: dependabot[bot] --- .../resources/mock-stock-data-server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/mobile-dev/stock-market/resources/mock-stock-data-server/requirements.txt b/subjects/mobile-dev/stock-market/resources/mock-stock-data-server/requirements.txt index 925188c64..6ae42a3f4 100644 --- a/subjects/mobile-dev/stock-market/resources/mock-stock-data-server/requirements.txt +++ b/subjects/mobile-dev/stock-market/resources/mock-stock-data-server/requirements.txt @@ -5,7 +5,7 @@ Flask-Cors==5.0.0 itsdangerous==2.1.2 Jinja2==3.1.4 MarkupSafe==2.1.3 -Werkzeug==3.0.3 +Werkzeug==3.0.6 numpy==1.26.4 pandas==2.2.2 python-dateutil==2.9.0.post0