From c83082362ca7e6a61dddd7fac38ded5912717a22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 20:57:19 +0000 Subject: [PATCH] Bump gdal from 3.2.1 to 3.13.0 in /python Bumps [gdal](https://github.com/OSGeo/gdal) from 3.2.1 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.2.1...v3.13.0) --- updated-dependencies: - dependency-name: gdal dependency-version: 3.13.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements.txt b/python/requirements.txt index 67ea0fc..5c4bdf1 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -1,4 +1,4 @@ -GDAL==3.2.1 +GDAL==3.13.0 rasterio==1.2.0 --no-binary rasterio shapely==1.7.1 pyproj==3.0.0.post1