Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 12, 2025

Bumps rasterio from 1.4.3 to 1.4.4.

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

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 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 <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)

Bumps [rasterio](https://github.com/rasterio/rasterio) from 1.4.3 to 1.4.4.
- [Release notes](https://github.com/rasterio/rasterio/releases)
- [Changelog](https://github.com/rasterio/rasterio/blob/main/CHANGES.txt)
- [Commits](rasterio/rasterio@1.4.3...1.4.4)

---
updated-dependencies:
- dependency-name: rasterio
  dependency-version: 1.4.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Dec 12, 2025
@pjonsson pjonsson merged commit f5b59ca into main Dec 13, 2025
3 checks passed
@pjonsson pjonsson deleted the dependabot/uv/index/main/rasterio-1.4.4 branch December 13, 2025 10:07
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:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants