From 4e1786ecefa68be7eca666468d595c1813a79713 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 15:11:34 -0400 Subject: [PATCH] build(deps): bump gdal from 3.8.4 to 3.9.1 (#1300) * build(deps): bump gdal from 3.8.4 to 3.9.0 Bumps [gdal](https://github.com/OSGeo/gdal) from 3.8.4 to 3.9.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.8.4...v3.9.0) --- updated-dependencies: - dependency-name: gdal dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * build: update base.in with soil-id with gdal 3.9 * build: update requirements.txt with new soil-id * build: bump soil ID and bump GDAL to 3.9.1 --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Paul Schreiber Co-authored-by: Paul Schreiber --- requirements.txt | 8 ++++---- requirements/base.in | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index 1a0e7eb2c..2d46943f6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -335,8 +335,8 @@ fiona==1.9.6 \ # via # -r requirements/base.in # geopandas -gdal==3.8.4 \ - --hash=sha256:7c51e0ae7a7ccf43ad9e4bf435176baa9276653dfa16fd167c3632f6e7275207 +gdal==3.9.1 \ + --hash=sha256:6d8a8f162ed32c5cb58839fa9198def477c68b670eed4cbce9eeef387ac3c8da # via soil-id geopandas==0.14.4 \ --hash=sha256:3bb6473cb59d51e1a7fe2dbc24a1a063fb0ebdeddf3ce08ddbf8c7ddc99689aa \ @@ -908,8 +908,8 @@ sniffio==1.3.1 \ # via # anyio # httpx -soil-id @ https://github.com/techmatters/soil-id-algorithm/archive/f91ebdf.zip \ - --hash=sha256:5c6134a2a3b5a0485a3ef017b7069c79b32c38cfc8fed72704c67af532e5ea09 +soil-id @ https://github.com/techmatters/soil-id-algorithm/archive/66cb18e.zip \ + --hash=sha256:55e4ef93597439f8348d88bcf64a3d9176ed4e645a759a1d2d5766a6394424ea # via -r requirements/base.in sqlparse==0.5.1 \ --hash=sha256:773dcbf9a5ab44a090f3441e2180efe2560220203dc2f8c0b0fa141e18b505e4 \ diff --git a/requirements/base.in b/requirements/base.in index b1f7ecfaf..f504bf4b5 100644 --- a/requirements/base.in +++ b/requirements/base.in @@ -25,4 +25,4 @@ requests rules sentry-sdk[django] shapely -soil-id @ https://github.com/techmatters/soil-id-algorithm/archive/f91ebdf.zip +soil-id @ https://github.com/techmatters/soil-id-algorithm/archive/66cb18e.zip