techmatters / terraso-backend

A Django project that powers the backend of Terraso platform.
GNU Affero General Public License v3.0
21 stars 4 forks source link

build(deps): bump pyogrio from 0.8.0 to 0.9.0 #1334

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps pyogrio from 0.8.0 to 0.9.0.

Release notes

Sourced from pyogrio's releases.

Version 0.9.0

Improvements

  • Add on_invalid parameter to read_dataframe (#422).

Bug fixes

  • Fixed bug transposing longitude and latitude when writing files with coordinate transformation from EPSG:4326 (#421).
  • Fix bug preventing reading from file paths containing hashes in read_dataframe (#412).

Packaging

  • MacOS wheels are now only available for macOS 12+. For older unsupported macOS versions, pyogrio can still be built from source (requires GDAL to be installed) (#417).
  • Remove usage of deprecated distutils in setup.py (#416).
Changelog

Sourced from pyogrio's changelog.

0.9.0 (2024-06-17)

Improvements

  • Add on_invalid parameter to read_dataframe (#422).

Bug fixes

  • Fixed bug transposing longitude and latitude when writing files with coordinate transformation from EPSG:4326 (#421).
  • Fix bug preventing reading from file paths containing hashes in read_dataframe (#412).

Packaging

  • MacOS wheels are now only available for macOS 12+. For older unsupported macOS versions, pyogrio can still be built from source (requires GDAL to be installed) (#417).
  • Remove usage of deprecated distutils in setup.py (#416).
Commits
  • 568f870 RLS: v0.9.0
  • 8df6058 RLS: Update changelog for 0.9.0 release (#428)
  • 0193d10 ENH: add on_invalid parameter to read_dataframe (#422)
  • 8c32c02 Bump pypa/cibuildwheel from 2.18.1 to 2.19.1 (#425)
  • 8f6e75d Bump docker/build-push-action from 5 to 6 (#426)
  • a9b26d3 BUG: fix write of kml lon/lat transpose (#421)
  • ef71cee Remove direct usage of distutils from setup.py (#418)
  • 16bf4c2 BLD/RLS: Bump MacOS wheels to MacOS 11 (+ bump cibuildwheel from 2.17.0 to 2....
  • ffea442 BUG: Fix hash url parsing (#412)
  • See full diff 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 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 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)