diff --git a/pyproject.toml b/pyproject.toml index 35ab53499..7b4fb9170 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ dependencies = [ "rasterio==1.3.4", "pystac==0.5.6", "PyJWT", - "werkzeug==2.3.6", + "werkzeug==3.0.1", "pandas", "sentinelsat", "tqdm", diff --git a/requirements.txt b/requirements.txt index ce19b8f8e..2c6f7cd38 100644 --- a/requirements.txt +++ b/requirements.txt @@ -31,7 +31,7 @@ geopandas rasterio==1.3.4 pystac==0.5.6 PyJWT -werkzeug==2.3.6 +werkzeug==3.0.1 # required for running i.sentinel.download from GCS: pandas sentinelsat