Skip to content

chore(deps): bump the arrow group with 4 updates#236

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/arrow-31b06bc1e2
Closed

chore(deps): bump the arrow group with 4 updates#236
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/arrow-31b06bc1e2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Feb 10, 2026

Bumps the arrow group with 4 updates: geoarrow-schema, object_store, parquet and pyo3-arrow.

Updates geoarrow-schema from 0.6.2 to 0.7.0

Release notes

Sourced from geoarrow-schema's releases.

rust-v0.7.0

0.7.0 - 2026-01-04

Commits

Updates object_store from 0.12.4 to 0.13.1

Changelog

Sourced from object_store's changelog.

Historical Changelog

v0.13.0 (2025-12-19)

Full Changelog

Breaking changes:

Implemented enhancements:

  • NotImplemented error should say what method wasn't implemented by what implementation #572
  • Allow explicitly specifying the GCS base URL #566
  • Detailed error messages for Generic #560
  • Include reqwest/hyper error sources in error messages #554
  • Improve Path ergonomics #545
  • [Suggestion] Move ObjectStore API to use arrow-rs' Buffer #544
  • Implement ObjectStore for Arc<T> and Box<T> #525
  • Refactor GetOptions with a builder pattern #516

... (truncated)

Commits

Updates parquet from 56.2.0 to 57.3.0

Release notes

Sourced from parquet's releases.

arrow 57.3.0

Changelog

57.3.0 (2026-02-02)

Full Changelog

Breaking changes:

Fixed bugs:

arrow 57.2.0

... (truncated)

Changelog

Sourced from parquet's changelog.

57.3.0 (2026-02-02)

Full Changelog

Breaking changes:

Fixed bugs:

Commits
  • 7505005 [57_maintenance] Update version to 57.3.0, add changelog (#9333)
  • 6bbfb99 [maintenance_57] Fix string array equality when the values buffer is the same...
  • 505eb8e [57_maintenance] Revert "Seal Array trait (#9092)", mark Array as unsafe ...
  • 74cf914 [57_maintenance] Mark BufferBuilder::new_from_buffer as unsafe (#9292) (#9312)
  • 25cc1ac [57_maintenance] fix: ensure BufferBuilder::truncate doesn't overset length...
  • 9fc2fbb [57_maintenance[Parquet] Provide only encrypted column stats in plaintext foo...
  • 3df3157 [57_maintenance] [regression] Error with adaptive predicate pushdown: "Invali...
  • 9e822e0 Update version to 57.2.0, add CHANGELOG (#9103)
  • 28f66f9 Add Union encoding documentation (#9102)
  • a8346be Minor: make it clear cache array reader is not cloning arrays (#9057)
  • Additional commits viewable in compare view

Updates pyo3-arrow from 0.12.0 to 0.14.0

Commits
  • e131bc9 Bump to arrow 57
  • e2de4da chore: Fix lint of unused objects in release mode (#417)
  • 76f5df0 fix(ci): Ensure we use Python 3.11 interpreter for building abi3 wheels (#416)
  • 75f12c9 chore: Bump arro3 version to 0.6.4 (#414)
  • 2866315 ci: Build abi3 wheels where possible, falling back to version-specific wheels...
  • f53c755 feat: Add support for Decimal scalar type conversion to Python (#412)
  • f7df891 chore: Bump arrow version to 56.2 (#407)
  • 5c3d865 feat(arro3): Freethreading - module markers + CI (#275)
  • ab70f0e chore: Prepare release 0.6.3 (#401)
  • dba93f3 feat(arro3-core): Maintain timezone info when converting scalar tz to `dateti...
  • 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

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Feb 10, 2026
@dependabot dependabot Bot force-pushed the dependabot/cargo/arrow-31b06bc1e2 branch 3 times, most recently from f83d844 to 68de1f8 Compare February 17, 2026 05:24
@dependabot dependabot Bot force-pushed the dependabot/cargo/arrow-31b06bc1e2 branch from 68de1f8 to 7a5c7cd Compare February 17, 2026 11:11
@dependabot dependabot Bot force-pushed the dependabot/cargo/arrow-31b06bc1e2 branch from 7a5c7cd to 3944833 Compare March 1, 2026 00:30
Bumps the arrow group with 4 updates: [geoarrow-schema](https://github.com/geoarrow/geoarrow-rs), [object_store](https://github.com/apache/arrow-rs-object-store), [parquet](https://github.com/apache/arrow-rs) and [pyo3-arrow](https://github.com/kylebarron/arro3).


Updates `geoarrow-schema` from 0.6.2 to 0.7.0
- [Release notes](https://github.com/geoarrow/geoarrow-rs/releases)
- [Changelog](https://github.com/geoarrow/geoarrow-rs/blob/main/CHANGELOG.md)
- [Commits](geoarrow/geoarrow-rs@py-v0.6.2...rust-v0.7.0)

Updates `object_store` from 0.12.4 to 0.13.1
- [Changelog](https://github.com/apache/arrow-rs-object-store/blob/main/CHANGELOG-old.md)
- [Commits](apache/arrow-rs-object-store@v0.12.4...v0.13.1)

Updates `parquet` from 56.2.0 to 57.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@56.2.0...57.3.0)

Updates `pyo3-arrow` from 0.12.0 to 0.14.0
- [Release notes](https://github.com/kylebarron/arro3/releases)
- [Changelog](https://github.com/kylebarron/arro3/blob/main/CHANGELOG.md)
- [Commits](kylebarron/arro3@pyo3-arrow-v0.12.0...pyo3-arrow-v0.14.0)

---
updated-dependencies:
- dependency-name: geoarrow-schema
  dependency-version: 0.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: arrow
- dependency-name: object_store
  dependency-version: 0.13.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: arrow
- dependency-name: parquet
  dependency-version: 57.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: arrow
- dependency-name: pyo3-arrow
  dependency-version: 0.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: arrow
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/cargo/arrow-31b06bc1e2 branch from 3944833 to f085b74 Compare March 10, 2026 11:08
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Mar 10, 2026

Looks like these dependencies are no longer updatable, so this is no longer needed.

@dependabot dependabot Bot closed this Mar 10, 2026
@dependabot dependabot Bot deleted the dependabot/cargo/arrow-31b06bc1e2 branch March 10, 2026 18:36
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.

0 participants