Skip to content

chore(deps): bump the minor-and-patch group with 4 updates - #192

Merged
kylebarron merged 1 commit into
mainfrom
dependabot/cargo/minor-and-patch-fe8d391445
Sep 9, 2026
Merged

chore(deps): bump the minor-and-patch group with 4 updates#192
kylebarron merged 1 commit into
mainfrom
dependabot/cargo/minor-and-patch-fe8d391445

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 7, 2026

Copy link
Copy Markdown
Contributor

Bumps the minor-and-patch group with 4 updates: arrow-array, arrow-buffer, arrow-schema and icechunk.

Updates arrow-array from 59.2.0 to 59.3.0

Release notes

Sourced from arrow-array's releases.

arrow 59.3.0

Changelog

59.3.0 - (2026-08-25)

Full Changelog

Security fixes

  • [59_maintenance] Backport cargo audit fix by updating h2 dependency by @​alamb in #10834

Bug fixes

  • [59_maintenance] Backport fix for concat_run_arrays with all-empty run arrays by @​alamb in #10828
  • [59_maintenance] Backport fix for DELTA_BYTE_ARRAY dedup with values larger than the page size limit by @​alamb in #10826
  • [59_maintenance] Backport fix for cached Mask reads crossing unloaded sparse pages by @​alamb in #10766
Changelog

Sourced from arrow-array's changelog.

59.3.0 - (2026-08-25)

Full Changelog

Security fixes

  • [59_maintenance] Backport cargo audit fix by updating h2 dependency by @​alamb in #10834

Bug fixes

  • [59_maintenance] Backport fix for concat_run_arrays with all-empty run arrays by @​alamb in #10828
  • [59_maintenance] Backport fix for DELTA_BYTE_ARRAY dedup with values larger than the page size limit by @​alamb in #10826
  • [59_maintenance] Backport fix for cached Mask reads crossing unloaded sparse pages by @​alamb in #10766
Commits
  • f90e061 [59_maintenance] Backport parquet-testing revision update for ALP tests (#10871)
  • 8061c9c [59_maintenance] chore: Update versions to 59.3.0 and add CHANGELOG (#10827)
  • 23673b8 [59_maintenance] Backport cargo audit fix by updating h2 dependency (#10834)
  • e4e1237 [59_maintenance] Backport fix for concat_run_arrays with all-empty run arrays...
  • 556186a [59_maintenance] Backport fix for DELTA_BYTE_ARRAY dedup with values larger t...
  • a878590 [59_maintenance] Backport fix for cached Mask reads crossing unloaded sparse ...
  • See full diff in compare view

Updates arrow-buffer from 59.2.0 to 59.3.0

Release notes

Sourced from arrow-buffer's releases.

arrow 59.3.0

Changelog

59.3.0 - (2026-08-25)

Full Changelog

Security fixes

  • [59_maintenance] Backport cargo audit fix by updating h2 dependency by @​alamb in #10834

Bug fixes

  • [59_maintenance] Backport fix for concat_run_arrays with all-empty run arrays by @​alamb in #10828
  • [59_maintenance] Backport fix for DELTA_BYTE_ARRAY dedup with values larger than the page size limit by @​alamb in #10826
  • [59_maintenance] Backport fix for cached Mask reads crossing unloaded sparse pages by @​alamb in #10766
Changelog

Sourced from arrow-buffer's changelog.

59.3.0 - (2026-08-25)

Full Changelog

Security fixes

  • [59_maintenance] Backport cargo audit fix by updating h2 dependency by @​alamb in #10834

Bug fixes

  • [59_maintenance] Backport fix for concat_run_arrays with all-empty run arrays by @​alamb in #10828
  • [59_maintenance] Backport fix for DELTA_BYTE_ARRAY dedup with values larger than the page size limit by @​alamb in #10826
  • [59_maintenance] Backport fix for cached Mask reads crossing unloaded sparse pages by @​alamb in #10766
Commits
  • f90e061 [59_maintenance] Backport parquet-testing revision update for ALP tests (#10871)
  • 8061c9c [59_maintenance] chore: Update versions to 59.3.0 and add CHANGELOG (#10827)
  • 23673b8 [59_maintenance] Backport cargo audit fix by updating h2 dependency (#10834)
  • e4e1237 [59_maintenance] Backport fix for concat_run_arrays with all-empty run arrays...
  • 556186a [59_maintenance] Backport fix for DELTA_BYTE_ARRAY dedup with values larger t...
  • a878590 [59_maintenance] Backport fix for cached Mask reads crossing unloaded sparse ...
  • See full diff in compare view

Updates arrow-schema from 59.2.0 to 59.3.0

Release notes

Sourced from arrow-schema's releases.

arrow 59.3.0

Changelog

59.3.0 - (2026-08-25)

Full Changelog

Security fixes

  • [59_maintenance] Backport cargo audit fix by updating h2 dependency by @​alamb in #10834

Bug fixes

  • [59_maintenance] Backport fix for concat_run_arrays with all-empty run arrays by @​alamb in #10828
  • [59_maintenance] Backport fix for DELTA_BYTE_ARRAY dedup with values larger than the page size limit by @​alamb in #10826
  • [59_maintenance] Backport fix for cached Mask reads crossing unloaded sparse pages by @​alamb in #10766
Changelog

Sourced from arrow-schema's changelog.

59.3.0 - (2026-08-25)

Full Changelog

Security fixes

  • [59_maintenance] Backport cargo audit fix by updating h2 dependency by @​alamb in #10834

Bug fixes

  • [59_maintenance] Backport fix for concat_run_arrays with all-empty run arrays by @​alamb in #10828
  • [59_maintenance] Backport fix for DELTA_BYTE_ARRAY dedup with values larger than the page size limit by @​alamb in #10826
  • [59_maintenance] Backport fix for cached Mask reads crossing unloaded sparse pages by @​alamb in #10766
Commits
  • f90e061 [59_maintenance] Backport parquet-testing revision update for ALP tests (#10871)
  • 8061c9c [59_maintenance] chore: Update versions to 59.3.0 and add CHANGELOG (#10827)
  • 23673b8 [59_maintenance] Backport cargo audit fix by updating h2 dependency (#10834)
  • e4e1237 [59_maintenance] Backport fix for concat_run_arrays with all-empty run arrays...
  • 556186a [59_maintenance] Backport fix for DELTA_BYTE_ARRAY dedup with values larger t...
  • a878590 [59_maintenance] Backport fix for cached Mask reads crossing unloaded sparse ...
  • See full diff in compare view

Updates icechunk from 2.1.2 to 2.2.0

Changelog

Sourced from icechunk's changelog.

Python Icechunk Library 2.2.0

Features

  • The inspect_* methods now report a header for the file they read: the library version that wrote it, and that file's spec version, file type and compression (#2347).
  • Add hf_storage, a preset for Hugging Face Storage Buckets. It takes the bucket's namespace. It sets the gateway endpoint, the region and path-style URLs. The gateway discards user metadata, so Icechunk cannot recover from a lost response to a conditional write (#2346).
  • Add branch (list, create, delete), tag (list, create, delete) and ancestry subcommands to the icechunk command line interface (#2299).

Fixes

  • Fix garbage collection deleting still-referenced transaction logs when the host and object-store clocks are skewed (#2310).
  • Deleting a chunk key that cannot exist (coordinates outside the chunk grid, missing node, or a group path) is now a no-op instead of raising, matching zarr-python's stores. Writing a chunk outside the grid is still rejected (#2312).
  • to_icechunk no longer passes synchronizer and zarr_version to xarray's ZarrStore.open_group; xarray removed both parameters and passing them made to_icechunk fail with a TypeError on xarray development versions (#2312).
  • Writing a chunk with length 0 is now rejected instead of being committed. A chunk must decode to the full chunk shape, so no valid chunk is ever zero bytes long, and such a chunk could only fail once it was read back — long after the commit that introduced it. This is how a sparse GeoTIFF's unstored tiles (offset = 0, byteCount = 0) used to reach a repository. Applies to inline, virtual and materialized chunks alike, which means Icechunk deliberately rejects an empty write at a chunk key where a plain key-value store would accept it, in the same way it already rejects invalid zarr keys and invalid metadata. To record that a chunk is not stored at all, delete it rather than writing a zero-length one; it then reads back as the array's fill value (#2328).
  • Object metadata keys no longer contain _: they are now icspecver, icclient, icfiletype, iccompalg and icechunkwriteid. S3 gateways fronted by nginx dropped the old names, which failed writes with AccessDenied: There were headers present in the request which were not signed. The old names stay available as *_DEPRECATED constants (#2354).
  • S3 endpoints whose URL includes a path no longer fail with NoSuchBucket. Hugging Face Storage Buckets use such a URL: https://s3.hf.co/<namespace>. The AWS SDK joins the endpoint path and the bucket name without a separator. Requests therefore addressed /<namespace><bucket>/<key>. Icechunk now appends the missing /. Endpoints without a path, such as Tigris, R2 and MinIO, keep the same behavior (#2346).

Performance

  • Writing to a store no longer copies the NumPy buffer: set and set_if_not_exists pass the buffer through instead of converting it to bytes. PyStore.set and PyStore.set_if_not_exists now accept BytesLike (#2332).
Commits
  • 6e9b0ba Prepare v2.2.0 (#2357)
  • 07c2e55 Remove underscores from object metadata keys (#2354)
  • 0bb0d18 docs: reflect the new Arraylake Community tier (#2356)
  • d0d25e2 More hypothesis stateful testing fixes (#2355)
  • dca841e Feature: add a new hf_storage function for accessing Hugging Face buckets (...
  • 60814cd Fix flaky data generation in draw_older_than (#2351)
  • ddc93e4 fix: defer np.typing annotations via future import (#2329)
  • 8ecd767 Report the file header in inspect_* output (#2347)
  • 7480e73 Fix the two failing hypothesis stateful tests (#2349)
  • 224519b chore(deps): bump the actions group across 1 directory with 4 updates (#2333)
  • 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 minor-and-patch group with 4 updates: [arrow-array](https://github.com/apache/arrow-rs), [arrow-buffer](https://github.com/apache/arrow-rs), [arrow-schema](https://github.com/apache/arrow-rs) and [icechunk](https://github.com/earth-mover/icechunk).


Updates `arrow-array` from 59.2.0 to 59.3.0
- [Release notes](https://github.com/apache/arrow-rs/releases)
- [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md)
- [Commits](apache/arrow-rs@59.2.0...59.3.0)

Updates `arrow-buffer` from 59.2.0 to 59.3.0
- [Release notes](https://github.com/apache/arrow-rs/releases)
- [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md)
- [Commits](apache/arrow-rs@59.2.0...59.3.0)

Updates `arrow-schema` from 59.2.0 to 59.3.0
- [Release notes](https://github.com/apache/arrow-rs/releases)
- [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md)
- [Commits](apache/arrow-rs@59.2.0...59.3.0)

Updates `icechunk` from 2.1.2 to 2.2.0
- [Release notes](https://github.com/earth-mover/icechunk/releases)
- [Changelog](https://github.com/earth-mover/icechunk/blob/main/Changelog.python.md)
- [Commits](earth-mover/icechunk@v2.1.2...v2.2.0)

---
updated-dependencies:
- dependency-name: arrow-array
  dependency-version: 59.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: arrow-buffer
  dependency-version: 59.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: arrow-schema
  dependency-version: 59.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: icechunk
  dependency-version: 2.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Sep 7, 2026
@kylebarron
kylebarron merged commit b20644d into main Sep 9, 2026
15 checks passed
@kylebarron
kylebarron deleted the dependabot/cargo/minor-and-patch-fe8d391445 branch September 9, 2026 08:10
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 rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant