Skip to content

Update rasterio requirement from >=1.3.0 to >=1.4.4 in /python/geobrix#17

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/python/geobrix/rasterio-gte-1.4.4
Open

Update rasterio requirement from >=1.3.0 to >=1.4.4 in /python/geobrix#17
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/python/geobrix/rasterio-gte-1.4.4

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 16, 2026

Updates the requirements on rasterio to permit the latest version.

Release notes

Sourced from rasterio's releases.

1.4.4

Dependencies:

  • Minimum supported versions: Python 3.10+ & GDAL 3.6+ (#3440)

Enhancements:

  • Support for affine 3.0 (#3299)
  • Enable free threading python & support Python 3.14 (#3425)
  • rasterio.warp.reproject: Add tolerance argument (#3325)

Bug fixes:

  • Parsing of snuggs expressions containing "is" has been fixed (#3288).
  • rasterio.features.geometry_mask: Force uint8 dtype for geometry mask (#3272)
  • rasterio.fill.fillnodata: pass filloptions to _fillnodata (#3314)
  • rasterio.io.BaseDataset.compression: Fix compression for YCbCr JPEG (#3426)
  • rasterio.io.BufferedDatasetWriterBase: Prevent instances of BufferedDatasetWriter from finalizing twice (#3309).
  • rasterio.warp.reproject: Set INIT_DEST to 0 instead of NO_DATA if it's unset (#3389)
  • rasterio.warp.reproject: Support masked arrays with numpy.ma.nomask (#3306)
  • CLI:rio.convert: Make sure blocksizes are integers before using them (#3390)
  • CLI:rio.info: Fix use 'stats' for RasterioDeprecationWarning (#3380)
  • CLI:rio.rasterize: Use context manager to ensure dataset closed (#3443)
  • CLI: Remove default=False for flag_value of str type (#3392)
  • CLI: Fix geojson_type click option implementation (#3391)
  • CLI: Remove importlib_metatada import (#3445)
  • Documentation (#3348, #3407, #3409, #3350, #3352, #3368, #3351, #3384, #3318, #3344, #3337, #3343, #3342, #3340, #3347, #3349)
  • Tests (#3400, #3330, #3404, #3293, #3360, #3444, #3462, #3463)

Packaging notes:

Full list of software versions

Contributors

... (truncated)

Changelog

Sourced from rasterio's changelog.

1.4.4 (2025-12-12)

Dependencies:

  • Minimum supported versions: Python 3.10+ & GDAL 3.6+ (#3440)

Enhancements:

  • Support for affine 3.0 (#3299)
  • Enable free threading python & support Python 3.14 (#3425)
  • rasterio.warp.reproject: Add tolerance argument (#3325)

Bug fixes:

  • Parsing of snuggs expressions containing "is" has been fixed (#3288).
  • rasterio.features.geometry_mask: Force uint8 dtype for geometry mask (#3272)
  • rasterio.fill.fillnodata: pass filloptions to _fillnodata (#3314)
  • rasterio.io.BaseDataset.compression: Fix compression for YCbCr JPEG (#3426)
  • rasterio.io.BufferedDatasetWriterBase: Prevent instances of BufferedDatasetWriter from finalizing twice (#3309).
  • rasterio.warp.reproject: Set INIT_DEST to 0 instead of NO_DATA if it's unset (#3389)
  • rasterio.warp.reproject: Support masked arrays with numpy.ma.nomask (#3306)
  • CLI:rio.convert: Make sure blocksizes are integers before using them (#3390)
  • CLI:rio.info: Fix use 'stats' for RasterioDeprecationWarning (#3380)
  • CLI:rio.rasterize: Use context manager to ensure dataset closed (#3443)
  • CLI: Remove default=False for flag_value of str type (#3392)
  • CLI: Fix geojson_type click option implementation (#3391)
  • CLI: Remove importlib_metatada import (#3445)
  • Documentation (#3348, #3407, #3409, #3350, #3352, #3368, #3351, #3384, #3318, #3344, #3337, #3343, #3342, #3340, #3347, #3349)
  • Tests (#3400, #3330, #3404, #3293, #3360, #3444, #3462, #3463)

Packaging notes:

Full list of software versions: https://github.com/rasterio/rasterio/blob/1.4.4/ci/config.sh#L1-L25

Full Changelog: rasterio/rasterio@1.4.3...1.4.4

1.4.3 (2024-12-02)

Bug fixes:

  • Erroneous masking of 0-valued raster data by boundless, masked reads has been fixed (#3268).
  • If passed a dataset object, rasterio.open() now raises TypeError instead of proceeding and crashing (#3266).

... (truncated)

Commits
  • d8d81ce DOC:CHANGES: Add wheel software versions, github changelog, update tests refe...
  • 9c28951 MNT: Version 1.4.4
  • 0b5607a MNT: 1.4.4rc1
  • fcbe16b TST:test_warped_vrt_msk_add_alpha: Use dsrec & caplog to check mask (#3462)
  • 412c14e TST: Use context manager for WarpedVRT (#3463)
  • 9a6a1d1 CI: Set GDAL_VERSION only in build-wheels & deploy on tag release (#3449)
  • fdffb39 DEP: Remove importlib-metadata (#3448)
  • 37831ad MNT: Version 1.4.4rc0
  • ea2920f CI: Remove duplicate DGDAL_USE_PCRE2 config option (#3447)
  • f5eb095 DOC: Update changelog
  • 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 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)

Updates the requirements on [rasterio](https://github.com/rasterio/rasterio) to permit the latest version.
- [Release notes](https://github.com/rasterio/rasterio/releases)
- [Changelog](https://github.com/rasterio/rasterio/blob/main/CHANGES.txt)
- [Commits](rasterio/rasterio@1.3.0...1.4.4)

---
updated-dependencies:
- dependency-name: rasterio
  dependency-version: 1.4.4
  dependency-type: direct:development
...

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 Apr 16, 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