From c5b46845ccc9a33b07465735a3772aade7eb5d26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 18:14:50 +0000 Subject: [PATCH] Bump geopandas from 0.8.1 to 1.1.2 in /components/tci_ndvi Bumps [geopandas](https://github.com/geopandas/geopandas) from 0.8.1 to 1.1.2. - [Release notes](https://github.com/geopandas/geopandas/releases) - [Changelog](https://github.com/geopandas/geopandas/blob/main/CHANGELOG.md) - [Commits](https://github.com/geopandas/geopandas/compare/v0.8.1...v1.1.2) --- updated-dependencies: - dependency-name: geopandas dependency-version: 1.1.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- components/tci_ndvi/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/tci_ndvi/requirements.txt b/components/tci_ndvi/requirements.txt index c1948015..05c8c428 100644 --- a/components/tci_ndvi/requirements.txt +++ b/components/tci_ndvi/requirements.txt @@ -4,5 +4,5 @@ rasterio==1.1.8 Shapely==1.7.1 pyproj==2.6.1.post1 requests==2.24.0 -geopandas==0.8.1 +geopandas==1.1.2 numpy==1.19.4