From 985c16d8708f8b6652866a2c2d3d5382935a0e5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 17:43:47 +0000 Subject: [PATCH] Bump gdal from 3.11.0 to 3.13.0 Bumps [gdal](https://github.com/OSGeo/gdal) from 3.11.0 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.11.0...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 5620e8e1..6466cb7b 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ }, test_suite = 'openaddr.tests', install_requires = [ - 'gdal == 3.11.0', + 'gdal == 3.13.0', 'dateutils == 0.6.12', 'ijson == 2.4',