Skip to content

Commit

Permalink
build(deps): bump gdal from 3.8.4 to 3.9.1 (#1300)
Browse files Browse the repository at this point in the history
* 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](OSGeo/gdal@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] <[email protected]>

* 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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Paul Schreiber <[email protected]>
Co-authored-by: Paul Schreiber <[email protected]>
  • Loading branch information
3 people authored Aug 9, 2024
1 parent 9a8fc85 commit 4e1786e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion requirements/base.in
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4e1786e

Please sign in to comment.