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] <support@github.com>
dependabot[bot] authored Nov 10, 2022
1 parent d6197b2 commit ba42197
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
@@ -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",

0 comments on commit ba42197

Please sign in to comment.