Skip to content

build(deps): bump the compatibility-patches group across 2 directories with 1 update - #552

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/api/compatibility-patches-f3013cdf36
Open

build(deps): bump the compatibility-patches group across 2 directories with 1 update#552
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/api/compatibility-patches-f3013cdf36

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 11, 2026

Copy link
Copy Markdown
Contributor

Bumps the compatibility-patches group with 1 update in the /api directory: rasterio.
Bumps the compatibility-patches group with 1 update in the /processor directory: rasterio.

Updates rasterio from 1.5.0 to 1.5.1

Release notes

Sourced from rasterio's releases.

1.5.1

Version 1.5.1 fixes a number of bugs and unblocks the release of affine 3.0.0.

Thanks for being patient, folks! It's a weird time in the open source software world.

Bug fixes

  • DatasetBase.__dealloc__ has been removed and replaced by a __del__ method modeled after that of io.IOBase. This eliminates cryptic partial error messages from being printed as rio-calc finishes and finalizes (gh-3612).
  • The "bbox" attribute of GeoJSON data is no longer used by features.bounds() when optional parameters (transform and/or north_up=False) are provided. An unreported bug where transformation matrices were not applied to feature and geometry collections has also been fixed (gh-3609).
  • The size guard in sieve() was defective for 3D sources and has been fixed (gh-3606). As a side benefit, the dimensionality of output has been made consistent with the read() method of datasets: 3D output is no longer automatically squeezed to 2D. The previous behavior was a bug.
  • A test of subdataset support is skipped for GDAL versions >= 3.13.0 (gh-3534). The most recent versions of GDAL have a netCDF filename parsing defect.
  • Acknowledge new runtime warnings about invalid type casting using numpy (gh-3599).
  • Acknowledge the Python deprecation warnings from using "fork" start mode in testing warp error propagation (gh-3600).
  • Eliminate numpy deprecation warnings by reshaping views instead of setting their shape attributes (gh-3592).
  • Require pyparsing version >= 3.0 to eliminate a deprecation warning for use of parseString (gh-3551).
  • Remove a dependency on unmainted cligj by bringing some CLI options back into Rasterio (gh-3550).
  • Avoid a ValueError in reproject() when using a "==" comparison between array masks and np.ma.nomasked (gh-3531).

Documentation

  • Note that PROJ transformation grids and the PROJ_NETWORK environment variable are required to apply vertical (datum) shifts when reprojecting or transforming (gh-2929).

Dependencies

  • Rasterio 1.5.1 is compatible with affine versions 3.0rc1 and newer.

Packaging:

  • Wheels include GDAL 3.12.4, netCDF 4.10.1, cURL 8.20.0, and PROJ 9.8.1. Python 3.15 is supported for the first time.
Changelog

Sourced from rasterio's changelog.

1.5.1 (2026-08-07)

Bug fixes:

  • DatasetBase.dealloc has been removed and replaced by a del method modeled after that of io.IOBase. This eliminates cryptic partial error messages from being printed as rio-calc finishes and finalizes (gh-3612).
  • The "bbox" attribute of GeoJSON data is no longer used by features.bounds() when optional parameters (transform and/or north_up=False) are provided. An unreported bug where transformation matrices were not applied to feature and geometry collections has also been fixed (gh-3609).
  • The size guard in sieve() was defective for 3D sources and has been fixed (gh-3606). As a side benefit, the dimensionality of output has been made consistent with the read() method of datasets: 3D output is no longer automatically squeezed to 2D. The previous behavior was a bug.
  • A test of subdataset support is skipped for GDAL versions >= 3.13.0 (gh-3534). The most recent versions of GDAL have a NetCDF filename parsing defect.
  • Acknowledge new runtime warnings about invalid type casting using numpy (gh-3599).
  • Acknowledge the Python deprecation warnings from using "fork" start mode in testing warp error propagation (gh-3600).
  • Eliminate numpy deprecation warnings by reshaping views instead of setting their shape attributes (gh-3592).
  • Require pyparsing version >= 3.0 to eliminate a deprecation warning for use of parseString (gh-3551).
  • Remove a dependency on unmaintained cligj by bringing some CLI options back into Rasterio (gh-3550).
  • Avoid a ValueError in reproject() when using a "==" comparison between array masks and np.ma.nomasked (gh-3531).

Documentation:

  • Note that PROJ transformation grids and the PROJ_NETWORK environment variable are required to apply vertical (datum) shifts when reprojecting or transforming (gh-2929).

Dependencies:

  • Rasterio 1.5.1 is compatible with affine versions 3.0rc1 and newer.

Packaging:

  • Wheels include GDAL 3.12.4, netCDF 4.10.1, cURL 8.20.0, and PROJ 9.8.1.
Commits

Updates rasterio from 1.5.0 to 1.5.1

Release notes

Sourced from rasterio's releases.

1.5.1

Version 1.5.1 fixes a number of bugs and unblocks the release of affine 3.0.0.

Thanks for being patient, folks! It's a weird time in the open source software world.

Bug fixes

  • DatasetBase.__dealloc__ has been removed and replaced by a __del__ method modeled after that of io.IOBase. This eliminates cryptic partial error messages from being printed as rio-calc finishes and finalizes (gh-3612).
  • The "bbox" attribute of GeoJSON data is no longer used by features.bounds() when optional parameters (transform and/or north_up=False) are provided. An unreported bug where transformation matrices were not applied to feature and geometry collections has also been fixed (gh-3609).
  • The size guard in sieve() was defective for 3D sources and has been fixed (gh-3606). As a side benefit, the dimensionality of output has been made consistent with the read() method of datasets: 3D output is no longer automatically squeezed to 2D. The previous behavior was a bug.
  • A test of subdataset support is skipped for GDAL versions >= 3.13.0 (gh-3534). The most recent versions of GDAL have a netCDF filename parsing defect.
  • Acknowledge new runtime warnings about invalid type casting using numpy (gh-3599).
  • Acknowledge the Python deprecation warnings from using "fork" start mode in testing warp error propagation (gh-3600).
  • Eliminate numpy deprecation warnings by reshaping views instead of setting their shape attributes (gh-3592).
  • Require pyparsing version >= 3.0 to eliminate a deprecation warning for use of parseString (gh-3551).
  • Remove a dependency on unmainted cligj by bringing some CLI options back into Rasterio (gh-3550).
  • Avoid a ValueError in reproject() when using a "==" comparison between array masks and np.ma.nomasked (gh-3531).

Documentation

  • Note that PROJ transformation grids and the PROJ_NETWORK environment variable are required to apply vertical (datum) shifts when reprojecting or transforming (gh-2929).

Dependencies

  • Rasterio 1.5.1 is compatible with affine versions 3.0rc1 and newer.

Packaging:

  • Wheels include GDAL 3.12.4, netCDF 4.10.1, cURL 8.20.0, and PROJ 9.8.1. Python 3.15 is supported for the first time.
Changelog

Sourced from rasterio's changelog.

1.5.1 (2026-08-07)

Bug fixes:

  • DatasetBase.dealloc has been removed and replaced by a del method modeled after that of io.IOBase. This eliminates cryptic partial error messages from being printed as rio-calc finishes and finalizes (gh-3612).
  • The "bbox" attribute of GeoJSON data is no longer used by features.bounds() when optional parameters (transform and/or north_up=False) are provided. An unreported bug where transformation matrices were not applied to feature and geometry collections has also been fixed (gh-3609).
  • The size guard in sieve() was defective for 3D sources and has been fixed (gh-3606). As a side benefit, the dimensionality of output has been made consistent with the read() method of datasets: 3D output is no longer automatically squeezed to 2D. The previous behavior was a bug.
  • A test of subdataset support is skipped for GDAL versions >= 3.13.0 (gh-3534). The most recent versions of GDAL have a NetCDF filename parsing defect.
  • Acknowledge new runtime warnings about invalid type casting using numpy (gh-3599).
  • Acknowledge the Python deprecation warnings from using "fork" start mode in testing warp error propagation (gh-3600).
  • Eliminate numpy deprecation warnings by reshaping views instead of setting their shape attributes (gh-3592).
  • Require pyparsing version >= 3.0 to eliminate a deprecation warning for use of parseString (gh-3551).
  • Remove a dependency on unmaintained cligj by bringing some CLI options back into Rasterio (gh-3550).
  • Avoid a ValueError in reproject() when using a "==" comparison between array masks and np.ma.nomasked (gh-3531).

Documentation:

  • Note that PROJ transformation grids and the PROJ_NETWORK environment variable are required to apply vertical (datum) shifts when reprojecting or transforming (gh-2929).

Dependencies:

  • Rasterio 1.5.1 is compatible with affine versions 3.0rc1 and newer.

Packaging:

  • Wheels include GDAL 3.12.4, netCDF 4.10.1, cURL 8.20.0, and PROJ 9.8.1.
Commits

Updates rasterio from 1.5.0 to 1.5.1

Release notes

Sourced from rasterio's releases.

1.5.1

Version 1.5.1 fixes a number of bugs and unblocks the release of affine 3.0.0.

Thanks for being patient, folks! It's a weird time in the open source software world.

Bug fixes

  • DatasetBase.__dealloc__ has been removed and replaced by a __del__ method modeled after that of io.IOBase. This eliminates cryptic partial error messages from being printed as rio-calc finishes and finalizes (gh-3612).
  • The "bbox" attribute of GeoJSON data is no longer used by features.bounds() when optional parameters (transform and/or north_up=False) are provided. An unreported bug where transformation matrices were not applied to feature and geometry collections has also been fixed (gh-3609).
  • The size guard in sieve() was defective for 3D sources and has been fixed (gh-3606). As a side benefit, the dimensionality of output has been made consistent with the read() method of datasets: 3D output is no longer automatically squeezed to 2D. The previous behavior was a bug.
  • A test of subdataset support is skipped for GDAL versions >= 3.13.0 (gh-3534). The most recent versions of GDAL have a netCDF filename parsing defect.
  • Acknowledge new runtime warnings about invalid type casting using numpy (gh-3599).
  • Acknowledge the Python deprecation warnings from using "fork" start mode in testing warp error propagation (gh-3600).
  • Eliminate numpy deprecation warnings by reshaping views instead of setting their shape attributes (gh-3592).
  • Require pyparsing version >= 3.0 to eliminate a deprecation warning for use of parseString (gh-3551).
  • Remove a dependency on unmainted cligj by bringing some CLI options back into Rasterio (gh-3550).
  • Avoid a ValueError in reproject() when using a "==" comparison between array masks and np.ma.nomasked (gh-3531).

Documentation

  • Note that PROJ transformation grids and the PROJ_NETWORK environment variable are required to apply vertical (datum) shifts when reprojecting or transforming (gh-2929).

Dependencies

  • Rasterio 1.5.1 is compatible with affine versions 3.0rc1 and newer.

Packaging:

  • Wheels include GDAL 3.12.4, netCDF 4.10.1, cURL 8.20.0, and PROJ 9.8.1. Python 3.15 is supported for the first time.
Changelog

Sourced from rasterio's changelog.

1.5.1 (2026-08-07)

Bug fixes:

  • DatasetBase.dealloc has been removed and replaced by a del method modeled after that of io.IOBase. This eliminates cryptic partial error messages from being printed as rio-calc finishes and finalizes (gh-3612).
  • The "bbox" attribute of GeoJSON data is no longer used by features.bounds() when optional parameters (transform and/or north_up=False) are provided. An unreported bug where transformation matrices were not applied to feature and geometry collections has also been fixed (gh-3609).
  • The size guard in sieve() was defective for 3D sources and has been fixed (gh-3606). As a side benefit, the dimensionality of output has been made consistent with the read() method of datasets: 3D output is no longer automatically squeezed to 2D. The previous behavior was a bug.
  • A test of subdataset support is skipped for GDAL versions >= 3.13.0 (gh-3534). The most recent versions of GDAL have a NetCDF filename parsing defect.
  • Acknowledge new runtime warnings about invalid type casting using numpy (gh-3599).
  • Acknowledge the Python deprecation warnings from using "fork" start mode in testing warp error propagation (gh-3600).
  • Eliminate numpy deprecation warnings by reshaping views instead of setting their shape attributes (gh-3592).
  • Require pyparsing version >= 3.0 to eliminate a deprecation warning for use of parseString (gh-3551).
  • Remove a dependency on unmaintained cligj by bringing some CLI options back into Rasterio (gh-3550).
  • Avoid a ValueError in reproject() when using a "==" comparison between array masks and np.ma.nomasked (gh-3531).

Documentation:

  • Note that PROJ transformation grids and the PROJ_NETWORK environment variable are required to apply vertical (datum) shifts when reprojecting or transforming (gh-2929).

Dependencies:

  • Rasterio 1.5.1 is compatible with affine versions 3.0rc1 and newer.

Packaging:

  • Wheels include GDAL 3.12.4, netCDF 4.10.1, cURL 8.20.0, and PROJ 9.8.1.
Commits

Updates rasterio from 1.5.0 to 1.5.1

Release notes

Sourced from rasterio's releases.

1.5.1

Version 1.5.1 fixes a number of bugs and unblocks the release of affine 3.0.0.

Thanks for being patient, folks! It's a weird time in the open source software world.

Bug fixes

  • DatasetBase.__dealloc__ has been removed and replaced by a __del__ method modeled after that of io.IOBase. This eliminates cryptic partial error messages from being printed as rio-calc finishes and finalizes (gh-3612).
  • The "bbox" attribute of GeoJSON data is no longer used by features.bounds() when optional parameters (transform and/or north_up=False) are provided. An unreported bug where transformation matrices were not applied to feature and geometry collections has also been fixed (gh-3609).
  • The size guard in sieve() was defective for 3D sources and has been fixed (gh-3606). As a side benefit, the dimensionality of output has been made consistent with the read() method of datasets: 3D output is no longer automatically squeezed to 2D. The previous behavior was a bug.
  • A test of subdataset support is skipped for GDAL versions >= 3.13.0 (gh-3534). The most recent versions of GDAL have a netCDF filename parsing defect.
  • Acknowledge new runtime warnings about invalid type casting using numpy (gh-3599).
  • Acknowledge the Python deprecation warnings from using "fork" start mode in testing warp error propagation (gh-3600).
  • Eliminate numpy deprecation warnings by reshaping views instead of setting their shape attributes (gh-3592).
  • Require pyparsing version >= 3.0 to eliminate a deprecation warning for use of parseString (gh-3551).
  • Remove a dependency on unmainted cligj by bringing some CLI options back into Rasterio (gh-3550).
  • Avoid a ValueError in reproject() when using a "==" comparison between array masks and np.ma.nomasked (gh-3531).

Documentation

  • Note that PROJ transformation grids and the PROJ_NETWORK environment variable are required to apply vertical (datum) shifts when reprojecting or transforming (gh-2929).

Dependencies

  • Rasterio 1.5.1 is compatible with affine versions 3.0rc1 and newer.

Packaging:

  • Wheels include GDAL 3.12.4, netCDF 4.10.1, cURL 8.20.0, and PROJ 9.8.1. Python 3.15 is supported for the first time.
Changelog

Sourced from rasterio's changelog.

1.5.1 (2026-08-07)

Bug fixes:

  • DatasetBase.dealloc has been removed and replaced by a del method modeled after that of io.IOBase. This eliminates cryptic partial error messages from being printed as rio-calc finishes and finalizes (gh-3612).
  • The "bbox" attribute of GeoJSON data is no longer used by features.bounds() when optional parameters (transform and/or north_up=False) are provided. An unreported bug where transformation matrices were not applied to feature and geometry collections has also been fixed (gh-3609).
  • The size guard in sieve() was defective for 3D sources and has been fixed (gh-3606). As a side benefit, the dimensionality of output has been made consistent with the read() method of datasets: 3D output is no longer automatically squeezed to 2D. The previous behavior was a bug.
  • A test of subdataset support is skipped for GDAL versions >= 3.13.0 (gh-3534). The most recent versions of GDAL have a NetCDF filename parsing defect.
  • Acknowledge new runtime warnings about invalid type casting using numpy (gh-3599).
  • Acknowledge the Python deprecation warnings from using "fork" start mode in testing warp error propagation (gh-3600).
  • Eliminate numpy deprecation warnings by reshaping views instead of setting their shape attributes (gh-3592).
  • Require pyparsing version >= 3.0 to eliminate a deprecation warning for use of parseString (gh-3551).
  • Remove a dependency on unmaintained cligj by bringing some CLI options back into Rasterio (gh-3550).
  • Avoid a ValueError in reproject() when using a "==" comparison between array masks and np.ma.nomasked (gh-3531).

Documentation:

  • Note that PROJ transformation grids and the PROJ_NETWORK environment variable are required to apply vertical (datum) shifts when reprojecting or transforming (gh-2929).

Dependencies:

  • Rasterio 1.5.1 is compatible with affine versions 3.0rc1 and newer.

Packaging:

  • Wheels include GDAL 3.12.4, netCDF 4.10.1, cURL 8.20.0, and PROJ 9.8.1.
Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Aug 11, 2026
@dependabot
dependabot Bot requested a review from JesJehle as a code owner August 11, 2026 21:05
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Aug 11, 2026
@dependabot
dependabot Bot force-pushed the dependabot/pip/api/compatibility-patches-f3013cdf36 branch from 4da0616 to a0d63ab Compare August 18, 2026 21:06
…s with 1 update

Bumps the compatibility-patches group with 1 update in the /api directory: [rasterio](https://github.com/rasterio/rasterio).
Bumps the compatibility-patches group with 1 update in the /processor directory: [rasterio](https://github.com/rasterio/rasterio).


Updates `rasterio` from 1.5.0 to 1.5.1
- [Release notes](https://github.com/rasterio/rasterio/releases)
- [Changelog](https://github.com/rasterio/rasterio/blob/main/CHANGES.txt)
- [Commits](rasterio/rasterio@1.5.0...1.5.1)

Updates `rasterio` from 1.5.0 to 1.5.1
- [Release notes](https://github.com/rasterio/rasterio/releases)
- [Changelog](https://github.com/rasterio/rasterio/blob/main/CHANGES.txt)
- [Commits](rasterio/rasterio@1.5.0...1.5.1)

Updates `rasterio` from 1.5.0 to 1.5.1
- [Release notes](https://github.com/rasterio/rasterio/releases)
- [Changelog](https://github.com/rasterio/rasterio/blob/main/CHANGES.txt)
- [Commits](rasterio/rasterio@1.5.0...1.5.1)

Updates `rasterio` from 1.5.0 to 1.5.1
- [Release notes](https://github.com/rasterio/rasterio/releases)
- [Changelog](https://github.com/rasterio/rasterio/blob/main/CHANGES.txt)
- [Commits](rasterio/rasterio@1.5.0...1.5.1)

---
updated-dependencies:
- dependency-name: rasterio
  dependency-version: 1.5.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: compatibility-patches
- dependency-name: rasterio
  dependency-version: 1.5.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: compatibility-patches
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/pip/api/compatibility-patches-f3013cdf36 branch from a0d63ab to 286dd61 Compare September 1, 2026 21:09
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