From a1bb51e4fe3f0a445cdf1435c8d475722f25dc5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 20:04:13 +0000 Subject: [PATCH] Update werkzeug requirement from >=1.0.1 to >=3.1.8 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/1.0.1...3.1.8) --- updated-dependencies: - dependency-name: werkzeug dependency-version: 3.1.8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt old mode 100755 new mode 100644 index dc5047a..b3e3678 --- a/requirements.txt +++ b/requirements.txt @@ -29,7 +29,7 @@ retrying>=1.3.3 scipy>=1.4.1 six>=1.14.0 statsmodels>=0.11.1 -Werkzeug>=1.0.1 +Werkzeug>=3.1.8 xarray>=0.16.0 zope.interface>=5.1.0