From 009a753638c5863c15e5a84ae6994b534b4a96bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 22:48:24 +0000 Subject: [PATCH] Bump pyarrow from 2.0.0 to 14.0.1 Bumps [pyarrow](https://github.com/apache/arrow) from 2.0.0 to 14.0.1. - [Commits](https://github.com/apache/arrow/compare/apache-arrow-2.0.0...apache-arrow-14.0.1) --- updated-dependencies: - dependency-name: pyarrow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ebf33385..4afd72ce 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,6 +7,6 @@ python_dateutil >= 2.5.3 setuptools >= 21.0.0 urllib3 >= 1.15.1 url_normalize -pyarrow==2.0.0 +pyarrow==14.0.1 pandas==1.1.5 pyyaml