Skip to content

Bump pyarrow from 16.1.0 to 23.0.1 in /experiments/agentcompany/openhands#32

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

Bump pyarrow from 16.1.0 to 23.0.1 in /experiments/agentcompany/openhands#32
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/experiments/agentcompany/openhands/pyarrow-23.0.1

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Jun 5, 2026

Bumps pyarrow from 16.1.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

Apache Arrow 21.0.0

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

Apache Arrow 21.0.0 RC6

Release Notes: Release Candidate: 21.0.0 RC6

Apache Arrow 21.0.0 RC5

Release Notes: Release Candidate: 21.0.0 RC5

Apache Arrow 21.0.0 RC4

Release Notes: Release Candidate: 21.0.0 RC4

Apache Arrow 21.0.0 RC3

Release Notes: Release Candidate: 21.0.0 RC3

Apache Arrow 21.0.0 RC2

Release Notes: Release Candidate: 21.0.0 RC2

Apache Arrow 20.0.0

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

Apache Arrow 20.0.0 RC2

Release Notes: Release Candidate: 20.0.0 RC2

Apache Arrow 20.0.0 RC1

Release Notes: Release Candidate: 20.0.0 RC1

Apache Arrow 20.0.0 RC0

Release Notes: Release Candidate: 20.0.0 RC0

... (truncated)

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.

Greptile Summary

This PR is a Dependabot-generated security update bumping pyarrow from 16.1.0 to 23.0.1 in the experiments/agentcompany/openhands requirements file, spanning 7 major versions.

  • pyarrow==23.0.1 replaces the pinned 16.1.0 — a large but self-contained version jump in an experiments subdirectory with no application code changes.
  • pyarrow-hotfix==0.6 remains in the file even though it is now redundant: that package was created solely to patch CVE-2023-47248 for pyarrow < 14.0.1, and 23.0.1 has included the fix natively since 14.0.1.

Confidence Score: 4/5

Safe to merge; the only change is a pinned version number in an experiments-subdirectory requirements file.

The bump is confined to a single requirements.txt in an experiments directory with no application logic touched. The one observation worth a follow-up is that pyarrow-hotfix is now a dead dependency that was only ever needed for pyarrow versions below 14.0.1 — it can be dropped in a follow-up cleanup.

experiments/agentcompany/openhands/requirements.txt — the pyarrow-hotfix entry can be removed now that pyarrow 23.0.1 includes the patch natively.

Important Files Changed

Filename Overview
experiments/agentcompany/openhands/requirements.txt Bumps pyarrow from 16.1.0 to 23.0.1 (7 major versions); pyarrow-hotfix is now redundant and can be removed since 23.0.1 already includes the CVE-2023-47248 fix natively.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[Dependabot Security Alert] --> B[Bump pyarrow 16.1.0 → 23.0.1]
    B --> C[experiments/agentcompany/openhands/requirements.txt]
    C --> D{pyarrow-hotfix still present?}
    D -- Yes --> E[Redundant: CVE-2023-47248 fix\nalready in pyarrow ≥ 14.0.1]
    D -- No --> F[Clean dependency list]
    E --> G[Suggest removal of pyarrow-hotfix]
Loading

Fix All in Cursor Fix All in Claude Code Fix All in Codex

Prompt To Fix All With AI
Fix the following 1 code review issue. Work through them one at a time, proposing concise fixes.

---

### Issue 1 of 1
experiments/agentcompany/openhands/requirements.txt:130-131
The `pyarrow-hotfix` package exists solely to backport the fix for CVE-2023-47248 (a critical remote code execution vulnerability) to pyarrow versions below 14.0.1. Since this PR bumps pyarrow to 23.0.1, which has included that fix natively since 14.0.1, the hotfix package is now a redundant dependency and can be safely removed.

```suggestion
pyarrow==23.0.1
```

Reviews (1): Last reviewed commit: "Bump pyarrow in /experiments/agentcompan..." | Re-trigger Greptile

Bumps [pyarrow](https://github.com/apache/arrow) from 16.1.0 to 23.0.1.
- [Release notes](https://github.com/apache/arrow/releases)
- [Commits](apache/arrow@r-16.1.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 Jun 5, 2026
@socket-security
Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedpyarrow@​16.1.0 ⏵ 23.0.173 +1100 +16100100100

View full report

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.

0 participants