You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by li...@apache.org on 2022/11/16 14:10:40 UTC

[arrow-cookbook] branch main updated: [Python] Bump to Arrow 10.0.0 (#274)

This is an automated email from the ASF dual-hosted git repository.

lidavidm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-cookbook.git


The following commit(s) were added to refs/heads/main by this push:
     new 7a44846  [Python] Bump to Arrow 10.0.0 (#274)
7a44846 is described below

commit 7a44846a51caf3ed50fe1f925c8be6afa75f1ae8
Author: Raúl Cumplido <ra...@gmail.com>
AuthorDate: Wed Nov 16 15:10:36 2022 +0100

    [Python] Bump to Arrow 10.0.0 (#274)
---
 python/requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/python/requirements.txt b/python/requirements.txt
index edaa922..7ceac2e 100644
--- a/python/requirements.txt
+++ b/python/requirements.txt
@@ -1,3 +1,3 @@
 Sphinx>=4.0.2
-pyarrow==9.0.0
+pyarrow==10.0.0
 pandas>=1.2.5