From e7aebddb71a6e8f51be64c0bf54005bdf058cc06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jul 2024 15:35:58 +0000 Subject: [PATCH] Update gdal requirement from ~=3.6.4 to ~=3.9.1 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/v3.9.1/NEWS.md) - [Commits](https://github.com/OSGeo/gdal/compare/v3.6.4...v3.9.1) --- updated-dependencies: - dependency-name: gdal dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-pipeline.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-pipeline.txt b/requirements-pipeline.txt index 134e228..7f9323a 100644 --- a/requirements-pipeline.txt +++ b/requirements-pipeline.txt @@ -4,5 +4,5 @@ dagster-docker==0.23.12 geopandas==0.14.3 GeoAlchemy2==0.14.4 # Because a specific version of the PyPi GDAL package depends on specific OS library versions, and because Ubuntu (LTS) currently only provides *older* versions of them, we ping GDAL to v3.6 here. -GDAL~=3.6.4 +GDAL~=3.9.1 defusedxml==0.7.1