Skip to content

Bump gdal from 1.10.0 to 3.13.0 in /requirements#6

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/requirements/gdal-3.13.0
Open

Bump gdal from 1.10.0 to 3.13.0 in /requirements#6
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/requirements/gdal-3.13.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github May 12, 2026

Bumps gdal from 1.10.0 to 3.13.0.

Release notes

Sourced from gdal's releases.

GDAL 3.13.0 "Iowa City"

The 3.13.0 release is a new feature release with the following highlights:

In a nutshell...

Detailed release notes

At https://github.com/OSGeo/gdal/blob/v3.13.0/NEWS.md

Backward compatibility issues

See migration guide

GDAL 3.12.4

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

GDAL 3.12.3

... (truncated)

Changelog

Sourced from gdal's changelog.

GDAL/OGR 1.11.0 - General Changes

Build(Unix):

  • add Unix configure support for SOSI
  • remove pointers to old ver of ingres library files
  • add --with-libjson-c configure option to build against external libjson-c (>= 0.11) (#4676)
  • compilation fixes for iOS (#5197, #5198)
  • update to autoconf 2.69
  • add pkg-config gdal.pc (#3470)
  • configure for FileGDB: add explicit linking to libfgdbunixrtl (requires FileGDB SDK >= 1.2) (#5215); also try .dylib extension (#5221)
  • fix so that Java installs are found on the MAC to enable the MDB driver (#5267)
  • fix compilation with recent MySQL versions (5.6 for example) (#5284)
  • support --with-jp2mrsid with standalone Kakadu with MRSID v8 or later
  • Fix parallel build in Python bindings (#5346)
  • PCIDSK: don't link against libjpeg if configured --without-jpeg
  • Update configure script to pick up ECW JP2 SDK 5.1 (#5390)
  • add a 'make install' target for the Java bindings (#5424)
  • add Vagrant configuration

Build(Windows):

  • add option to generate VC project for x64 on makegdal_gen.bat
  • nmake.opt: add WITH_PDB=1 option to optionally generate .pdb file on Release builds (#5420)
  • add support for building the OGR SOSI driver as a plugin (#3638)
  • add support for building the HDF4 driver as plugin (#5294)
  • add support for MrSID v9
  • Remove makegdalXX.bat generated files

GDAL 1.11.0 - Overview of Changes

Port:

  • vsisubfile: fix Eof() behavior to be POSIX compliant, so that the shapefile reader can read the last feature when using /vsitar (#5093)
  • vsicache: fix for 32bit binaries when file size is over 2GB (#5170)
  • vsicache: add optional nChunkSize and nCacheSize parameters to VSICreateCachedFile()
  • vsicurl: add CPL_VSIL_CURL_USE_HEAD config option to disable use of CURL HEAD for other services like mapbox (likely lame python http implementations)
  • vsitar: avoid infinite loop in case of invalid .tar structure
  • vsizip: fix path separator in CPLFormFilename
  • vsizip: allow additional extensions listed in CPL_VSIL_ZIP_ALLOWED_EXTENSIONS config option.
  • vsizip: improve UTF-8 support of filenames inside ZIP file (#5361)
  • vsizip: fix ZIP64 support
  • vsigzip: reset EOF flag when doing a Seek() to be POSIX compliant
  • curl: add .netrc support
  • Windows CPLGetSymbol(): avoid dialog boxes to pop up when a DLL or one of its dependencies does not exist (#5211)
  • Add CPLOPrintf() and CPLOvPrintf() functions for easy CPLString formatting
  • CPLBase64DecodeInPlace() : fix to be robust to malformed base64 strings
  • CPLQuadTree: add CPLQuadTreeInsertWithBounds() where the pfnGetBounds is not needed.
  • CPLQuadTree: fix potential infinite recursion when inserting several points with identical coordinates in the mode with limited bucket size
  • Protect concurrent calls to setlocale() by a mutex (#5366)

Core:

  • RFC 45: GDAL datasets and raster bands as virtual memory mapping

... (truncated)

Commits
  • 130cb46 Avoid hang on Windows with curl 8.20.0
  • 42562b3 autotest/gcore/basic_test.py: avoid stalling when TileDB driver is present
  • f86159d NEWS.md: mention gdal_mem.h [ci skip]
  • e25edb4 Update version numbers for 3.13.0
  • 1c92b1d NEWS.md: 3.13.0 update
  • e231044 test_vsis3_random_write_gtiff_create_copy(): update to suppress error messages
  • 56cff99 TileDB: do not try to identify /vsis3/.../file.tif files
  • 27395ff Merge pull request #14480 from AbelPau/MIraMonVector-fix-issue-508096396
  • c38c931 autotest/utilities: make test robusts to source directory with a space [ci skip]
  • 49026ea MIraMonVector: fix issue 508096396
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [gdal](https://github.com/OSGeo/gdal) from 1.10.0 to 3.13.0.
- [Release notes](https://github.com/OSGeo/gdal/releases)
- [Changelog](https://github.com/OSGeo/gdal/blob/master/NEWS-1.x.md)
- [Commits](OSGeo/gdal@v1.10.0...v3.13.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels May 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants