From 41335c8f199db3909878dd603ed0ad71a1e53907 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 08:06:25 +0000 Subject: [PATCH] deps(pip): update werkzeug requirement from <3.1,>=3.0 to >=3.0,<3.2 Updates the requirements on [werkzeug](https://github.com/pallets/werkzeug) to permit the latest version. - [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.0...3.1.4) --- updated-dependencies: - dependency-name: werkzeug dependency-version: 3.1.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b866e76..6df6d32 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ dash-bootstrap-components==1.7.1 flask>=3.0,<3.2 flask-compress>=1.14,<1.16 plotly>=5.22,<7 -werkzeug>=3.0,<3.1 +werkzeug>=3.0,<3.2 # Data pandas>=2.2.3,<3