Skip to content

Bump the gis group with 2 updates - #36

Merged
sehHeiden merged 1 commit into
masterfrom
dependabot/pip/gis-af87e8371c
Jun 29, 2026
Merged

Bump the gis group with 2 updates#36
sehHeiden merged 1 commit into
masterfrom
dependabot/pip/gis-af87e8371c

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 29, 2026

Copy link
Copy Markdown
Contributor

Bumps the gis group with 2 updates: geopandas and pyogrio.

Updates geopandas from 1.1.3 to 1.1.4

Release notes

Sourced from geopandas's releases.

Version 1.1.4

What's Changed

Bug fixes:

  • Further hardening of to_postgis against SQL injection (#3800).
  • Ensure that points generated by sample_points are not sorted along x-axis (#3773).
  • Fix GeoDataFrame.explore() ignoring custom legend_kwds={"labels": ...} for categorical and boolean columns (#3496).
  • More graceful handling of keep_geom_type in the overlay() function with empty input (#3745).

Full Changelog: geopandas/geopandas@v1.1.3...v1.1.4

Changelog

Sourced from geopandas's changelog.

Version 1.1.4 (June 26, 2026)

Bug fixes:

  • Further hardening of to_postgis against SQL injection (#3800).
  • Ensure that points generated by sample_points are not sorted along x-axis (#3773).
  • Fix GeoDataFrame.explore() ignoring custom legend_kwds={"labels": ...} for categorical and boolean columns (#3496).
  • More graceful handling of keep_geom_type in the overlay() function with empty input (#3745).
Commits
  • 91ec4af RLS: v1.1.4
  • b5d685f DOC: add changelog for 1.1.4
  • 158d993 BUG: further to_postgis hardening (#3800)
  • ce95930 BUG: honor legend_kwds["labels"] for categorical and boolean columns in explo...
  • 22bf845 BUG: overlay with empty input handles keep geom dtype gracefully (#3745)
  • 866a7f0 BUG: ensure that points from random sampling are not sorted (#3773)
  • 76b16ca DOC: update Code of Conduct reporting form link (#3794)
  • 3a04a5c switch to NumFOCUS Code of Conduct (#3671)
  • 6fedb19 BLD: setuptools 77+ required for PEP 639 support (#3746)
  • See full diff in compare view

Updates pyogrio from 0.12.1 to 0.13.0

Release notes

Sourced from pyogrio's releases.

Version v0.13.0

Improvements

  • Support reading Time type columns by default (was already supported with use_arrow=False) (#617).
  • Add list_drivers_details() function to list the available drivers with more detailed properties like the long driver names, whether read/append/write is supported by the driver, the help topic URL, etc (#656).
  • Add whether append is supported in list_drivers (#559)
  • Add vsi_curl_clear_cache() function to allow users to clear the local GDAL vsi cache associated with /vsicurl/ (and related file systems) (#605).
  • Improve performance of read_dataframe (especially if a filter is used) and write_dataframe without Arrow (#577, #674).
  • Unlock the GIL during GDAL functions that can take significant time to improve performance when multithreading (#572).

Bug fixes

  • Fix error in write_dataframe with use_arrow=False when writing an object-type column with datetimes without any time zone offsets or with a mix of offsets and no offsets (#634).
  • Fix writing non-string object columns with arrow (#630).
  • Fix writing empty string category columns with arrow fails (#621).
  • Fix overwriting a corrupt fileGDB directory (#600).
  • Fix attribute data being incorrectly written with KML driver (#650).

Packaging

  • The GDAL library included in the wheels is upgraded from 3.11.4 to 3.12.4 (#658).
  • The wheels for Python 3.11+ are now distributed on PyPI as a single ABI3 wheel per platform (#660).
Changelog

Sourced from pyogrio's changelog.

0.13.0 (2026-06-26)

Improvements

  • Support reading Time type columns by default (was already supported with use_arrow=False) (#617).
  • Add list_drivers_details() function to list the available drivers with more detailed properties like the long driver names, whether read/append/write is supported by the driver, the help topic URL, etc (#656).
  • Add whether append is supported in list_drivers (#559)
  • Add vsi_curl_clear_cache() function to allow users to clear the local GDAL vsi cache associated with /vsicurl/ (and related file systems) (#605).
  • Improve performance of read_dataframe (especially if a filter is used) and write_dataframe without Arrow (#577, #674).
  • Unlock the GIL during GDAL functions that can take significant time to improve performance when multithreading (#572).

Bug fixes

  • Fix error in write_dataframe with use_arrow=False when writing an object-type column with datetimes without any time zone offsets or with a mix of offsets and no offsets (#634).
  • Fix writing non-string object columns with arrow (#630).
  • Fix writing empty string category columns with arrow fails (#621).
  • Fix overwriting a corrupt fileGDB directory (#600).
  • Fix attribute data being incorrectly written with KML driver (#650).

Packaging

  • The GDAL library included in the wheels is upgraded from 3.11.4 to 3.12.4 (#658).
  • The wheels for Python 3.11+ are now distributed on PyPI as a single ABI3 wheel per platform (#660).
Commits
  • d5ce9ca RLS: v0.13.0
  • 84624c0 TST: adjust test_write_read_datetime_tz_offsets_None for pandas bug (#677)
  • eb85372 ENH: add list_drivers_details function (#656)
  • 0847a9a BUG: fix error writing a column with mix of datetimes with and without timezo...
  • 21524a6 DOC/RLS: update 0.13 changelog (#675)
  • a464882 CI: force to use latest GDAL in nightly CI (#676)
  • 97945d1 BLD: use Limited C API for building abi3 wheels (#661)
  • 7d8423c ENH: add whether append is supported in list_drivers (#559)
  • 10d5bd8 PERF: use lists instead of memoryview for short lists of field types and indi...
  • 1c62bb4 Bump actions/checkout from 6 to 7 (#673)
  • Additional commits viewable in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the gis group with 2 updates: [geopandas](https://github.com/geopandas/geopandas) and [pyogrio](https://github.com/geopandas/pyogrio).


Updates `geopandas` from 1.1.3 to 1.1.4
- [Release notes](https://github.com/geopandas/geopandas/releases)
- [Changelog](https://github.com/geopandas/geopandas/blob/v1.1.4/CHANGELOG.md)
- [Commits](geopandas/geopandas@v1.1.3...v1.1.4)

Updates `pyogrio` from 0.12.1 to 0.13.0
- [Release notes](https://github.com/geopandas/pyogrio/releases)
- [Changelog](https://github.com/geopandas/pyogrio/blob/main/CHANGES.md)
- [Commits](geopandas/pyogrio@v0.12.1...v0.13.0)

---
updated-dependencies:
- dependency-name: geopandas
  dependency-version: 1.1.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gis
- dependency-name: pyogrio
  dependency-version: 0.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gis
...

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 Jun 29, 2026
@sehHeiden
sehHeiden merged commit 9760492 into master Jun 29, 2026
2 checks passed
@dependabot
dependabot Bot deleted the dependabot/pip/gis-af87e8371c branch June 29, 2026 12:21
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.

1 participant