Skip to content

Commit

Permalink
Bump pyarrow from 18.1.0 to 19.0.0 (#321)
Browse files Browse the repository at this point in the history
Bumps [pyarrow](https://github.com/apache/arrow) from 18.1.0 to 19.0.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/apache/arrow/releases">pyarrow's
releases</a>.</em></p>
<blockquote>
<h2>Apache Arrow 19.0.0</h2>
<p>Release Notes URL: <a
href="https://arrow.apache.org/release/19.0.0.html">https://arrow.apache.org/release/19.0.0.html</a></p>
<h2>Apache Arrow 19.0.0 RC0</h2>
<p>Release Notes: Release Candidate: 19.0.0 RC0</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/apache/arrow/commit/a999eaccb12378f9e4e9ab758f18edc25b0991e5"><code>a999eac</code></a>
MINOR: [Release] Update versions for 19.0.0</li>
<li><a
href="https://github.com/apache/arrow/commit/f6b7bc80c698854d174a41735e3a62bfb133c797"><code>f6b7bc8</code></a>
MINOR: [Release] Update .deb/.rpm changelogs for 19.0.0</li>
<li><a
href="https://github.com/apache/arrow/commit/848fde3793d148fb5729eaddc20849d01c6b0c9e"><code>848fde3</code></a>
MINOR: [Release] Update CHANGELOG.md for 19.0.0</li>
<li><a
href="https://github.com/apache/arrow/commit/8677e33380ef79f3344d667be4e74a42d7c4b810"><code>8677e33</code></a>
<a
href="https://redirect.github.com/apache/arrow/issues/45175">GH-45175</a>:
[Python] Honor the strings_to_categorical keyword in to_pandas for
...</li>
<li><a
href="https://github.com/apache/arrow/commit/f41f59066b79fbf59719e68ef0f908afd6c5218c"><code>f41f590</code></a>
<a
href="https://redirect.github.com/apache/arrow/issues/45166">GH-45166</a>:
[CI][C++] Upgrade Alpine Linux to 3.18 from 3.16 (<a
href="https://redirect.github.com/apache/arrow/issues/45168">#45168</a>)</li>
<li><a
href="https://github.com/apache/arrow/commit/8cff21f4f2829806a0dde11a6899a0f13290553d"><code>8cff21f</code></a>
<a
href="https://redirect.github.com/apache/arrow/issues/45178">GH-45178</a>:
[CI] Remove clcache related codes (<a
href="https://redirect.github.com/apache/arrow/issues/45182">#45182</a>)</li>
<li><a
href="https://github.com/apache/arrow/commit/777797e1b142d5f386e3bda873e8f8b32b2d2da1"><code>777797e</code></a>
<a
href="https://redirect.github.com/apache/arrow/issues/45183">GH-45183</a>:
[C++][Release] Add llvm-dev back to setup-ubuntu.sh (<a
href="https://redirect.github.com/apache/arrow/issues/45184">#45184</a>)</li>
<li><a
href="https://github.com/apache/arrow/commit/14dc66d505eae0126dd0dc43887dd42788c6fbe3"><code>14dc66d</code></a>
MINOR: [C#] Bump coverlet.collector from 6.0.2 to 6.0.3 in /csharp (<a
href="https://redirect.github.com/apache/arrow/issues/45179">#45179</a>)</li>
<li><a
href="https://github.com/apache/arrow/commit/a931affa1766be1f98979228ca6ab124aa7f793c"><code>a931aff</code></a>
<a
href="https://redirect.github.com/apache/arrow/issues/45073">GH-45073</a>:
[C++][Parquet] Fix generation of repetition levels for encryption
t...</li>
<li><a
href="https://github.com/apache/arrow/commit/ada8750917cd2ec2ae8a605d2673d78ef04c82e4"><code>ada8750</code></a>
<a
href="https://redirect.github.com/apache/arrow/issues/44563">GH-44563</a>:
[C++] <code>FunctionOptions::{Serialize,Deserialize}()</code> return an
error ...</li>
<li>Additional commits viewable in <a
href="https://github.com/apache/arrow/compare/apache-arrow-18.1.0...apache-arrow-19.0.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pyarrow&package-manager=pip&previous-version=18.1.0&new-version=19.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@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)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 30, 2025
1 parent 832c978 commit 8b7f742
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 45 deletions.
88 changes: 44 additions & 44 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ tabulate = "^0.9.0"
ujson = "^5.9.0"
fsspec = "^2024.6.1"
polars-lts-cpu = "^1.21.0"
pyarrow = "^18.1.0"
pyarrow = "^19.0.0"
boto3 = "~1.36.3"
#pinning due to snyk high vulnerability find
s3fs = { version = "^2024.9.0", extras = ["aiohttp=^3.11.10"] }
Expand Down

0 comments on commit 8b7f742

Please sign in to comment.