From 109f40983b9b14a0cbe3b04fb37759a6ac59b41b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 30 Jun 2023 20:36:19 +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 285b539f8..9ae9c038d 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.1", "PyJWT", "werkzeug==2.3.6", "pandas", diff --git a/requirements.txt b/requirements.txt index ce19b8f8e..93f149040 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.1 PyJWT werkzeug==2.3.6 # required for running i.sentinel.download from GCS: