Bump pyarrow from 16.1.0 to 23.0.1 in /experiments/agentcompany/openhands#32
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
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>
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps pyarrow from 16.1.0 to 23.0.1.
Release notes
Sourced from pyarrow's releases.
... (truncated)
Commits
82a374eMINOR: [Release] Update versions for 23.0.1c1ae37cMINOR: [Release] Update .deb/.rpm changelogs for 23.0.18f6e557MINOR: [Release] Update CHANGELOG.md for 23.0.14e16a1aGH-49159: [C++][Gandiva] Detect overflow in repeat() (#49160)985621dGH-48817 [R][C++] Bump C++20 in R build infrastructure (#48819)1bea06aGH-49024: [CI] Update Debian version in.env(#49032)147bcd6GH-49156: [Python] Require GIL for string comparison (#49161)e4f922bGH-49138: [Packaging][Python] Remove nightly cython install from manylinux wh...f9376e4GH-49003: [C++] Don't considerout_of_rangean error in float parsing (#49095)ab2c0adGH-49044: [CI][Python] Fix test_download_tzdata_on_windows by adding required...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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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
pyarrowfrom 16.1.0 to 23.0.1 in theexperiments/agentcompany/openhandsrequirements file, spanning 7 major versions.pyarrow==23.0.1replaces the pinned 16.1.0 — a large but self-contained version jump in an experiments subdirectory with no application code changes.pyarrow-hotfix==0.6remains 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
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]Prompt To Fix All With AI
Reviews (1): Last reviewed commit: "Bump pyarrow in /experiments/agentcompan..." | Re-trigger Greptile