From d3b1bebf9d1a618cc744792ca1a101a39952c67d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 23:07:45 +0000 Subject: [PATCH] Bump pyarrow from 9.0.0 to 14.0.1 Bumps [pyarrow](https://github.com/apache/arrow) from 9.0.0 to 14.0.1. - [Commits](https://github.com/apache/arrow/compare/go/v9.0.0...apache-arrow-14.0.1) --- updated-dependencies: - dependency-name: pyarrow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pydoc/requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pydoc/requirements.txt b/pydoc/requirements.txt index bf46d16361..cd0658403f 100644 --- a/pydoc/requirements.txt +++ b/pydoc/requirements.txt @@ -13,7 +13,7 @@ hdf5==1.12.2 pip types-tabulate tables>=3.7.0 -pyarrow==9.0.0 +pyarrow==14.0.1 libiconv libidn2 diff --git a/setup.py b/setup.py index 9631ab677e..2a587c7858 100644 --- a/setup.py +++ b/setup.py @@ -143,7 +143,7 @@ 'pip', 'types-tabulate', 'tables>=3.7.0', - 'pyarrow==9.0.0', + 'pyarrow==14.0.1', ], # List additional groups of dependencies here (e.g. development