From 7c61b3d01f5872cf36eb400bf30930ad028dc3fc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 17:34:16 +0000 Subject: [PATCH] fix(deps): update dependency pystac to v1.12.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 728a2899..dc4e85e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ dependencies = [ "wheel", "geopandas", "rasterio==1.4.3", - "pystac==1.11.0", + "pystac==1.12.1", "PyJWT", "werkzeug==3.1.3", "pandas",