From de19566b6d81e9e282bcb22b57842f2154c52ecd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 11:10:00 +0000 Subject: [PATCH] Update werkzeug requirement from <2.3.8,>=2.3.0 to >=2.3.0,<3.0.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/2.3.0...3.0.1) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 780f4dc8..86fecce5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ "pyyaml>=6.0,<6.1", "scikit-learn>=1.2.0,<1.3.1", "scipy>=1.10.0,<1.10.2", - "werkzeug>=2.3.0,<2.3.8", + "werkzeug>=2.3.0,<3.0.2", "shapely>=2.0,<2.0.2" ]