Skip to content

build(deps): update gdal requirement from <=3.4.3 to <=3.11.4#13500

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/gdal-lte-3.11.4
Closed

build(deps): update gdal requirement from <=3.4.3 to <=3.11.4#13500
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/gdal-lte-3.11.4

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 15, 2025

Updates the requirements on gdal to permit the latest version.

Release notes

Sourced from gdal's releases.

GDAL 3.11.4

Bug fix release. See release notes: https://github.com/OSGeo/gdal/blob/v3.11.4/NEWS.md

Changelog

Sourced from gdal's changelog.

GDAL/OGR 3.11.4 Release Notes

GDAL 3.11.4 is a bugfix release.

Build

  • Install missing symlinks for completions of a few missing utilities, and remove ones that are no longer installed
  • CMake: fix checks for CMAKE_SYSTEM_PROCESSOR on non Windows platforms
  • Various compiler and cppcheck warning fixes
  • Add option to disable libavif version check

GDAL 3.11.4

Port

  • AWS: Fix aws sso cache file location and region parameter (#12064)
  • /vsis3/: retrieve path specific options in ReadDir()
  • /vsiaz/: fix ReadDir() with AZURE_NO_SIGN_REQUEST=YES
  • /vsirar/: fix Read() that can return a negative value when opening a rar made of a single file with /vsirar/the.rar (#12944)

Algorithms

  • Warp: use UInt16 nearest neighbor warping specific code path
  • Warp: fix error when reprojecting large raster (such as WMTS with global extent) (#12965)
  • Warp: avoid inserting CENTER_LONG when warping whole >=360 longitude range to WebMercator (#13017)

Raster core

  • GDALNoDataMaskBand::IRasterIO(): fix corruption when reading from Byte band and nLineSpace > nBufXSize (3.10.0 regression)
  • RAT: Fix invalid memory access in ValuesIO
  • GetDefaultHistogram(): fix error (on non Byte type) when min=max (#12851)
  • GDALMDArray::AsClassicDataset(): fix crash on 1D-array when iYDim is invalid (#12855)
  • GDALAntiRecursionStruct: fix so that a std::map doesn't increase out of control (#12931)
  • RasterIO/overview mode resampling: properly takes into account NaN for Float16/CFloat16

Raster utilities

  • gdal_translate: display full synopsis in case of error (#12763)
  • gdalmdiminfo: fix crash on a null string attribute
  • gdalwarp: for TPS warping, use -wo SOURCE_EXTRA=5 by default (#12736)
  • gdal_footprint: fail if there is a simplification error and there is a single input feature (#12724)

... (truncated)

Commits
  • dde6141 NEWS.md: update for 3.11.4
  • 6d96649 typo fixes
  • 51ac2f7 Bump version number to 3.11.4
  • 70d4036 Merge pull request #13022 from OSGeo/backport-13021-to-release/3.11
  • 145a2be Warping: avoid inserting CENTER_LONG when warping whole >=360 longitude range...
  • 2fee492 Arrow/Parquet: implement Close() and call it from destructor, so that delete ...
  • 453f40e Merge pull request #13008 from OSGeo/backport-12991-to-release/3.11
  • d5b5e67 VRT Reclassify: Fix typo in VRT reclassify error message (#13007)
  • a9b76fe gdalwarp: fix error when reprojecting large raster (such as WMTS with global ...
  • 8da8d15 VRT Reclassify: Fix typo in VRT reclassify error message
  • Additional commits viewable in compare view

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 15, 2025
@cla-bot cla-bot bot added the cla-signed CLA Bot: community license agreement signed label Sep 15, 2025
@codecov
Copy link

codecov bot commented Sep 15, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 73.79%. Comparing base (75a6446) to head (94c4a97).
⚠️ Report is 27 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master   #13500   +/-   ##
=======================================
  Coverage   73.79%   73.79%           
=======================================
  Files         926      926           
  Lines       54538    54538           
  Branches     6195     6195           
=======================================
  Hits        40249    40249           
  Misses      12681    12681           
  Partials     1608     1608           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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](OSGeo/gdal@v1.1.5...v3.11.4)

---
updated-dependencies:
- dependency-name: gdal
  dependency-version: 3.11.4
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/gdal-lte-3.11.4 branch from ae3a28c to 94c4a97 Compare October 1, 2025 08:12
@giohappy giohappy closed this Oct 20, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 20, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/pip/gdal-lte-3.11.4 branch October 20, 2025 08:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla-signed CLA Bot: community license agreement signed dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant