Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python: Bump pyarrow from 12.0.1 to 13.0.0 in /python #2704

Merged
merged 1 commit into from
Sep 18, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 4, 2023

Bumps pyarrow from 12.0.1 to 13.0.0.

Commits
  • b7d2f7f MINOR: [Release] Update versions for 13.0.0
  • c28a20a MINOR: [Release] Update .deb/.rpm changelogs for 13.0.0
  • 43dd768 MINOR: [Release] Update CHANGELOG.md for 13.0.0
  • 0a98984 GH-37197: [Java][CI][Packaging] Free some disk space on the java-jars GitHub ...
  • 73660ff GH-36969: [R] Disable GCS by default when doing a bundled build on gcc-13 (#3...
  • 594b746 GH-37019: [R] Documentation for read_parquet() et al needs updating (#37020)
  • f5a9a59 GH-36892: [C++] Fix performance regressions in FieldPath::Get (#37032)
  • 464d012 GH-36947: [CI] Move free up disk space to the Jinja macros to be able to reus...
  • 17a6885 GH-36928: [Java] Make it run well with the netty newest version 4.1.96 (#36926)
  • 4d22851 GH-36913: [C++] Skip empty buffer concatenation to fix UBSan error (#36914)
  • Additional commits viewable in compare view

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 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)

@dependabot dependabot bot requested a review from a team as a code owner September 4, 2023 22:08
@dependabot dependabot bot added dependencies Pull requests that update a dependency file. Used by Dependabot. python Pull requests for the Python Semantic Kernel labels Sep 4, 2023
@github-actions github-actions bot changed the title Bump pyarrow from 12.0.1 to 13.0.0 in /python Python: Bump pyarrow from 12.0.1 to 13.0.0 in /python Sep 4, 2023
@lemillermicrosoft lemillermicrosoft added this to the R3: Cycle 3 milestone Sep 11, 2023
@dependabot dependabot bot force-pushed the dependabot/pip/python/pyarrow-13.0.0 branch 2 times, most recently from 8c62ebd to 18f7b6c Compare September 14, 2023 22:44
@shawncal shawncal added this pull request to the merge queue Sep 14, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to a conflict with the base branch Sep 15, 2023
@dependabot dependabot bot force-pushed the dependabot/pip/python/pyarrow-13.0.0 branch from 18f7b6c to f0cca8e Compare September 15, 2023 00:07
Bumps [pyarrow](https://github.com/apache/arrow) from 12.0.1 to 13.0.0.
- [Commits](apache/arrow@go/v12.0.1...go/v13.0.0)

---
updated-dependencies:
- dependency-name: pyarrow
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/python/pyarrow-13.0.0 branch from f0cca8e to 157a004 Compare September 18, 2023 17:55
@awharrison-28 awharrison-28 added this pull request to the merge queue Sep 18, 2023
Merged via the queue into main with commit 2d83ac2 Sep 18, 2023
26 checks passed
@awharrison-28 awharrison-28 deleted the dependabot/pip/python/pyarrow-13.0.0 branch September 18, 2023 18:11
SOE-YoungS pushed a commit to SOE-YoungS/semantic-kernel that referenced this pull request Nov 1, 2023
Bumps [pyarrow](https://github.com/apache/arrow) from 12.0.1 to 13.0.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/apache/arrow/commit/b7d2f7ffca66c868bd2fce5b3749c6caa002a7f0"><code>b7d2f7f</code></a>
MINOR: [Release] Update versions for 13.0.0</li>
<li><a
href="https://github.com/apache/arrow/commit/c28a20a6107865a158b3465a513425922d7807d8"><code>c28a20a</code></a>
MINOR: [Release] Update .deb/.rpm changelogs for 13.0.0</li>
<li><a
href="https://github.com/apache/arrow/commit/43dd768f3143378103b220af4d97ea3c7c6fa043"><code>43dd768</code></a>
MINOR: [Release] Update CHANGELOG.md for 13.0.0</li>
<li><a
href="https://github.com/apache/arrow/commit/0a9898410b69c2d712fbb37ce3a1e63c9c34c38d"><code>0a98984</code></a>
<a
href="https://redirect.github.com/apache/arrow/issues/37197">GH-37197</a>:
[Java][CI][Packaging] Free some disk space on the java-jars GitHub
...</li>
<li><a
href="https://github.com/apache/arrow/commit/73660ff383b116166d73a38f957330d5f7654e78"><code>73660ff</code></a>
<a
href="https://redirect.github.com/apache/arrow/issues/36969">GH-36969</a>:
[R] Disable GCS by default when doing a bundled build on gcc-13 (<a
href="https://redirect.github.com/apache/arrow/issues/3">#3</a>...</li>
<li><a
href="https://github.com/apache/arrow/commit/594b746892394d3afaa1a62cc0cd3621c2f6ab52"><code>594b746</code></a>
<a
href="https://redirect.github.com/apache/arrow/issues/37019">GH-37019</a>:
[R] Documentation for read_parquet() et al needs updating (<a
href="https://redirect.github.com/apache/arrow/issues/37020">#37020</a>)</li>
<li><a
href="https://github.com/apache/arrow/commit/f5a9a59a10a0022aba13bb1b7caa4b8e5c164c1a"><code>f5a9a59</code></a>
<a
href="https://redirect.github.com/apache/arrow/issues/36892">GH-36892</a>:
[C++] Fix performance regressions in <code>FieldPath::Get</code> (<a
href="https://redirect.github.com/apache/arrow/issues/37032">#37032</a>)</li>
<li><a
href="https://github.com/apache/arrow/commit/464d01284b02a4b73560d12b9388efecea3fe154"><code>464d012</code></a>
<a
href="https://redirect.github.com/apache/arrow/issues/36947">GH-36947</a>:
[CI] Move free up disk space to the Jinja macros to be able to
reus...</li>
<li><a
href="https://github.com/apache/arrow/commit/17a6885cc2dac79d16a1a8eef6ce43f398734746"><code>17a6885</code></a>
<a
href="https://redirect.github.com/apache/arrow/issues/36928">GH-36928</a>:
[Java] Make it run well with the netty newest version 4.1.96 (<a
href="https://redirect.github.com/apache/arrow/issues/36926">#36926</a>)</li>
<li><a
href="https://github.com/apache/arrow/commit/4d228512a9a3986c60d93475964218306f5ca240"><code>4d22851</code></a>
<a
href="https://redirect.github.com/apache/arrow/issues/36913">GH-36913</a>:
[C++] Skip empty buffer concatenation to fix UBSan error (<a
href="https://redirect.github.com/apache/arrow/issues/36914">#36914</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/apache/arrow/compare/go/v12.0.1...go/v13.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=12.0.1&new-version=13.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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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. Used by Dependabot. python Pull requests for the Python Semantic Kernel
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

3 participants