From 15c009acaadbd6d130d4dde8b4196373b54f61d1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 30 Jun 2023 14:39:18 +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..d51c1af00 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.0", "PyJWT", "werkzeug==2.3.6", "pandas", diff --git a/requirements.txt b/requirements.txt index ce19b8f8e..9cfaa4b3d 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.0 PyJWT werkzeug==2.3.6 # required for running i.sentinel.download from GCS: