From eb7c3f6d569ce74b68c91e36a9747914e6639e8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 17:51:33 +0000 Subject: [PATCH] Bump gdal from 3.8.4 to 3.13.0 Bumps [gdal](https://github.com/OSGeo/gdal) from 3.8.4 to 3.13.0. - [Release notes](https://github.com/OSGeo/gdal/releases) - [Changelog](https://github.com/OSGeo/gdal/blob/master/NEWS.md) - [Commits](https://github.com/OSGeo/gdal/compare/v3.8.4...v3.13.0) --- updated-dependencies: - dependency-name: gdal dependency-version: 3.13.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7b9e050..bb36312 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ dependencies = [ "matplotlib", "numpy", - "gdal==3.8.4", + "gdal==3.13.0", "rasterio>=1.3", "scikit-image", "scikit-learn",