Skip to content

deps(deps): bump pyarrow from 21.0.0 to 23.0.1#114

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/pyarrow-23.0.1
Open

deps(deps): bump pyarrow from 21.0.0 to 23.0.1#114
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/pyarrow-23.0.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 2, 2026

Copy link
Copy Markdown
Contributor

Bumps pyarrow from 21.0.0 to 23.0.1.

Release notes

Sourced from pyarrow's releases.

Apache Arrow 23.0.1

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

Apache Arrow 23.0.1 RC0

Release Notes: Release Candidate: 23.0.1 RC0

Apache Arrow 23.0.0

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

Apache Arrow 23.0.0 RC2

Release Notes: Release Candidate: 23.0.0 RC2

Apache Arrow 22.0.0

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

Apache Arrow 22.0.0 RC1

Release Notes: Release Candidate: 22.0.0 RC1

Apache Arrow 22.0.0 RC0

Release Notes: Release Candidate: 22.0.0 RC0

Commits

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 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

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

---
updated-dependencies:
- dependency-name: pyarrow
  dependency-version: 23.0.1
  dependency-type: direct:production
...

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 Jul 2, 2026
@nuntius-review

nuntius-review Bot commented Jul 2, 2026

Copy link
Copy Markdown
Nuntius

Reviewed commits

Commit Summary
ab8f0e6 deps(deps): bump pyarrow from 21.0.0 to 23.0.1

An analysis of the change in requirements-lock.txt reveals a correctness issue:

Correctness & Install Failure

The package pyarrow version 23.0.1 (as well as the previous 21.0.0) does not exist on the public PyPI registry.

As of early 2025, the Apache Arrow project is on major version 19.x (with 19.0.0 released in January 2025). Unless you are hosting a custom, privately-built version of pyarrow under this version number in a private registry, running pip install -r requirements-lock.txt will fail with a resolution error:

ERROR: Could not find a version that satisfies the requirement pyarrow==23.0.1

To resolve this, you should pin pyarrow to a valid, existing version such as 19.0.0 (the latest stable release).

Suggestion

requirements-lock.txt
@@ -40,3 +40,3 @@
 propcache==0.4.1
-pyarrow==23.0.1
+pyarrow==19.0.0
 pycparser==2.23

@nuntius-review nuntius-review Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nuntius Analysis for ab8f0e6

Comment thread requirements-lock.txt
propcache==0.4.1
pyarrow==21.0.0
pyarrow==23.0.1
pycparser==2.23

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To resolve this, you should pin pyarrow to a valid, existing version such as 19.0.0 (the latest stable release).

Suggested change
pycparser==2.23
pyarrow==19.0.0

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