From 690cd85db0f655de710a59ca46b57528ec75e27a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 13:20:01 +0100 Subject: [PATCH] fix(deps): update dependency werkzeug to v3.1.3 (#569) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d17b1a00..3489bd2a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ dependencies = [ "rasterio==1.4.2", "pystac==1.11.0", "PyJWT", - "werkzeug==3.1.2", + "werkzeug==3.1.3", "pandas", "sentinelsat", "tqdm",