From 06c6ce07ec66796b9475aee6f485c570a380b6e7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 22:43:54 +0000 Subject: [PATCH] Update dependency pystac to v1 --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 35ab53499..e67ea5cbb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ dependencies = [ "wheel", "geopandas", "rasterio==1.3.4", - "pystac==0.5.6", + "pystac==1.8.4", "PyJWT", "werkzeug==2.3.6", "pandas", diff --git a/requirements.txt b/requirements.txt index ce19b8f8e..f37f77213 100644 --- a/requirements.txt +++ b/requirements.txt @@ -29,7 +29,7 @@ uWSGI>=2.0.17 wheel geopandas rasterio==1.3.4 -pystac==0.5.6 +pystac==1.8.4 PyJWT werkzeug==2.3.6 # required for running i.sentinel.download from GCS: