From 7c402d1d02532e9e8ffa862e3c8bb0e65fbd81dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 11:18:45 +0000 Subject: [PATCH] deps(deps): bump gdal from 3.7.3 to 3.12.0.post1 Bumps [gdal](https://github.com/OSGeo/GDAL) from 3.7.3 to 3.12.0.post1. - [Release notes](https://github.com/OSGeo/GDAL/releases) - [Changelog](https://github.com/OSGeo/gdal/blob/master/NEWS.md) - [Commits](https://github.com/OSGeo/GDAL/commits) --- updated-dependencies: - dependency-name: gdal dependency-version: 3.12.0.post1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 42f0eea..c9c6d34 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ dependencies = [ "azure-storage-blob>=12.25.1", "fiona>=1.10.1", "flake8>=7.0.0", - "gdal==3.7.3", + "gdal==3.12.0.post1", "geopandas>=1.0.1", "hera[yaml]>=5.20.1", "laspy[laszip,lazrs]>=2.5.4",