From 16db2247046a86d1b125bd98194ed948f292d1f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 21:12:49 +0000 Subject: [PATCH] Bump gdal from 2.4.4 to 3.13.0 Bumps [gdal](https://github.com/OSGeo/gdal) from 2.4.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/2.4.4...v3.13.0) --- updated-dependencies: - dependency-name: gdal dependency-version: 3.13.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8e2432a..08e7d83 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ python_requires='>=3.7', install_requires=[ 'pypsa', - 'gdal==2.4.4', + 'gdal==3.13.0', 'pycountry', 'geopandas', 'geopy',