From bc6acefe0e9559a2c4ea811858080392c8d597f5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 19:29:01 +0000 Subject: [PATCH] fix(deps): update dependency werkzeug to v3.1.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a3ea45c0..8c8665e1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ dependencies = [ "rasterio==1.3.10", "pystac==1.11.0", "PyJWT", - "werkzeug==3.0.6", + "werkzeug==3.1.0", "pandas", "sentinelsat", "tqdm",