From eb5d77f61b516cc5c208ceb7b74020429171bfc3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 00:05:53 +0000 Subject: [PATCH] chore(deps): update dependency werkzeug to v3.0.3 --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index cd65707a6..f4fe92ee8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ dependencies = [ "rasterio==1.3.4", "pystac==0.5.6", "PyJWT", - "werkzeug==3.0.1", + "werkzeug==3.0.3", "pandas", "sentinelsat", "tqdm", diff --git a/requirements.txt b/requirements.txt index 28e7a375f..2df268ec3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -31,7 +31,7 @@ geopandas rasterio==1.3.4 pystac==0.5.6 PyJWT -werkzeug==3.0.1 +werkzeug==3.0.3 # required for running i.sentinel.download from GCS: pandas sentinelsat