From 4819393f23103eb0aee417499522eea71bf5baae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 13:40:55 +0000 Subject: [PATCH] build(deps): update gdal requirement from <=3.4.3 to <=3.10 Updates the requirements on [gdal](https://github.com/OSGeo/GDAL) to permit the latest version. - [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/v1.1.5...v3.10.0) --- updated-dependencies: - dependency-name: gdal dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c6b4132b859..472970b152a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -101,7 +101,7 @@ gisdata==0.5.4 # importer dependencies setuptools>=59 -gdal<=3.4.3 +gdal<=3.10 pdok-geopackage-validator==0.8.5 geonode-django-dynamic-model==0.4.0