Skip to content

Commit

Permalink
Bump pyarrow from 0.13.0 to 0.15.1 in /python
Browse files Browse the repository at this point in the history
Bumps [pyarrow](https://github.com/apache/arrow) from 0.13.0 to 0.15.1.
- [Release notes](https://github.com/apache/arrow/releases)
- [Changelog](https://github.com/apache/arrow/blob/apache-arrow-0.15.1/CHANGELOG.md)
- [Commits](apache/arrow@apache-arrow-0.13.0...apache-arrow-0.15.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 18, 2022
1 parent 2f1c67d commit 53b65d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
install_requires=[
"requests>=2.22.0",
"numpy<=1.16.4", # For compatibility with python 2
"pyarrow==0.13.0",
"pyarrow==0.15.1",
"requests-toolbelt>=0.9.1",
"pandas<=0.24.2", # For compatibility with python 2
"Cython",
Expand Down

0 comments on commit 53b65d6

Please sign in to comment.