Skip to content

Bump the python-packages group across 1 directory with 6 updates#447

Merged
d33bs merged 1 commit intomainfrom
dependabot/pip/python-packages-cc9fb87824
May 3, 2026
Merged

Bump the python-packages group across 1 directory with 6 updates#447
d33bs merged 1 commit intomainfrom
dependabot/pip/python-packages-cc9fb87824

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 3, 2026

Bumps the python-packages group with 6 updates in the / directory:

Package From To
pyarrow 23.0.1 24.0.0
cloudpathlib 0.23.0 0.24.0
duckdb 1.5.1 1.5.2
parsl 2026.3.30 2026.4.27
botocore 1.42.70 1.43.0
dunamai 1.26.0 1.26.1

Updates pyarrow from 23.0.1 to 24.0.0

Release notes

Sourced from pyarrow's releases.

Apache Arrow 24.0.0

Release Notes URL: https://arrow.apache.org/release/24.0.0.html

Apache Arrow 24.0.0 RC0

Release Notes: Release Candidate: 24.0.0 RC0

Commits
  • 31b4b6c MINOR: [Release] Update versions for 24.0.0
  • 06dbc17 MINOR: [Release] Update .deb/.rpm changelogs for 24.0.0
  • a021d80 MINOR: [Release] Update CHANGELOG.md for 24.0.0
  • 2d6b12c GH-49716: [C++] FixedShapeTensorType::Deserialize should strictly validate se...
  • a74cb6a GH-49697: [C++][CI] Check IPC file body bounds are in sync with decoder outco...
  • 871a0c6 GH-49676: [Python][Packaging] Fix gRPC docker image layer being too big for h...
  • f9203b3 GH-49586: [C++][CI] StructToStructSubset test failure with libc++ 22.1.1 (#49...
  • fe298b4 GH-49628: [Python][Interchange protocol] Suppress warnings for pandas 4.0.0 a...
  • 1f94910 GH-49252: [GLib] Deprecate Feather features (#49673)
  • 5ba5c3c GH-49671: [CI][Docs] Don't run jobs for push by Dependabot (#49672)
  • Additional commits viewable in compare view

Updates cloudpathlib from 0.23.0 to 0.24.0

Release notes

Sourced from cloudpathlib's releases.

v0.24.0

  • Added support for S3 Multi-Region Access Point (MRAP) URLs in S3Path (Issue #556, PR #557)
  • Added support for Pydantic serialization (Issue #537, PR #538)
Changelog

Sourced from cloudpathlib's changelog.

v0.24.0 (2026-04-29)

  • Added support for S3 Multi-Region Access Point (MRAP) URLs in S3Path (Issue #556, PR #557)
  • Added support for Pydantic serialization (Issue #537, PR #538)
Commits

Updates duckdb from 1.5.1 to 1.5.2

Release notes

Sourced from duckdb's releases.

v1.5.2 Bugfix Release

See the DuckDB core release notes here: https://github.com/duckdb/duckdb/releases/tag/v1.5.2

What's Changed in duckdb-python

Commits
  • 2aea44e pin submodule at release hash
  • 3aa2bf2 Fix stubs for path_or_buffer param (#425)
  • 018fe05 Fix stubs for path_or_buffer param
  • 0ef05d6 Fix segfault on join with None (#422)
  • 4acb9f7 Fix segfault on join
  • 6f161de Cache arrow schema for streaming types (#423)
  • 87d6a31 Add CLAUDE.md
  • ae356cb Cache the arrow schema for streams so we don't need an active client context
  • b71639f Test that client context stays open on arrow streams
  • 305d114 fix spark test (#421)
  • Additional commits viewable in compare view

Updates parsl from 2026.3.30 to 2026.4.27

Commits

Updates botocore from 1.42.70 to 1.43.0

Commits

Updates dunamai from 1.26.0 to 1.26.1

Release notes

Sourced from dunamai's releases.

v1.26.1 (2026-04-04)

  • Fixed: The highest_tag argument was ignored in Version.from_any_vcs(). (Contributed by ninoseki)
  • Fixed: Compatibility with Pijul 1.0.0-beta.11.
Changelog

Sourced from dunamai's changelog.

v1.26.1 (2026-04-04)

  • Fixed: The highest_tag argument was ignored in Version.from_any_vcs(). (Contributed by ninoseki)
  • Fixed: Compatibility with Pijul 1.0.0-beta.11.
Commits

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
cloudpathlib [>= 0.20.dev0, < 0.21]

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 python-packages group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [pyarrow](https://github.com/apache/arrow) | `23.0.1` | `24.0.0` |
| [cloudpathlib](https://github.com/drivendataorg/cloudpathlib) | `0.23.0` | `0.24.0` |
| [duckdb](https://github.com/duckdb/duckdb-python) | `1.5.1` | `1.5.2` |
| [parsl](https://github.com/Parsl/parsl) | `2026.3.30` | `2026.4.27` |
| [botocore](https://github.com/boto/botocore) | `1.42.70` | `1.43.0` |
| [dunamai](https://github.com/mtkennerly/dunamai) | `1.26.0` | `1.26.1` |



Updates `pyarrow` from 23.0.1 to 24.0.0
- [Release notes](https://github.com/apache/arrow/releases)
- [Commits](apache/arrow@apache-arrow-23.0.1...apache-arrow-24.0.0)

Updates `cloudpathlib` from 0.23.0 to 0.24.0
- [Release notes](https://github.com/drivendataorg/cloudpathlib/releases)
- [Changelog](https://github.com/drivendataorg/cloudpathlib/blob/master/HISTORY.md)
- [Commits](drivendataorg/cloudpathlib@v0.23.0...v0.24.0)

Updates `duckdb` from 1.5.1 to 1.5.2
- [Release notes](https://github.com/duckdb/duckdb-python/releases)
- [Commits](duckdb/duckdb-python@v1.5.1...v1.5.2)

Updates `parsl` from 2026.3.30 to 2026.4.27
- [Commits](Parsl/parsl@2026.03.30...2026.04.27)

Updates `botocore` from 1.42.70 to 1.43.0
- [Commits](boto/botocore@1.42.70...1.43.0)

Updates `dunamai` from 1.26.0 to 1.26.1
- [Release notes](https://github.com/mtkennerly/dunamai/releases)
- [Changelog](https://github.com/mtkennerly/dunamai/blob/master/CHANGELOG.md)
- [Commits](mtkennerly/dunamai@v1.26.0...v1.26.1)

---
updated-dependencies:
- dependency-name: pyarrow
  dependency-version: 24.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-packages
- dependency-name: cloudpathlib
  dependency-version: 0.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: duckdb
  dependency-version: 1.5.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: parsl
  dependency-version: 2026.4.27
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: botocore
  dependency-version: 1.43.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: dunamai
  dependency-version: 1.26.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-packages
...

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 May 3, 2026
@dependabot dependabot Bot requested review from d33bs and gwaybio as code owners May 3, 2026 21:47
@d33bs d33bs merged commit 96a41d2 into main May 3, 2026
10 checks passed
@d33bs d33bs deleted the dependabot/pip/python-packages-cc9fb87824 branch May 3, 2026 22:14
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.

1 participant