From 7a8f5fba14550fb20af5d9a93c3bb1a3bde23129 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 04:44:05 +0000 Subject: [PATCH] build(deps): bump werkzeug Bumps the pip group with 1 update in the /services/web_ui directory: [werkzeug](https://github.com/pallets/werkzeug). Updates `werkzeug` from 3.0.6 to 3.1.4 - [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.6...3.1.4) --- updated-dependencies: - dependency-name: werkzeug dependency-version: 3.1.4 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- services/web_ui/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/web_ui/requirements.txt b/services/web_ui/requirements.txt index b9bdf6a..903980e 100644 --- a/services/web_ui/requirements.txt +++ b/services/web_ui/requirements.txt @@ -5,7 +5,7 @@ streamlit==1.37.0 flask==3.0.0 flask-login==0.6.3 -werkzeug==3.0.6 +werkzeug==3.1.4 # Data visualization plotly==5.17.0 @@ -13,7 +13,7 @@ matplotlib==3.8.2 # Data processing pandas==2.1.4 -numpy==1.24.3 +numpy==2.3.5 # Authentication PyJWT==2.8.1