From 4053bac94bde0ac7b969fba8b01fbb81b254a87a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 22:56:03 +0000 Subject: [PATCH] Bump pyarrow from 6.0.1 to 14.0.1 Bumps [pyarrow](https://github.com/apache/arrow) from 6.0.1 to 14.0.1. - [Commits](https://github.com/apache/arrow/compare/go/v6.0.1...apache-arrow-14.0.1) --- updated-dependencies: - dependency-name: pyarrow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.in | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.in b/requirements.in index 34c73cb..afb0888 100644 --- a/requirements.in +++ b/requirements.in @@ -18,7 +18,7 @@ numpy<1.20.0 pandas<1.2.0 perfectextractor-ui pillow<9.0.0 -pyarrow<7.0.0 +pyarrow<15.0.0 requests<2.28.0 scikit-learn<1.0 scipy<1.6.0 diff --git a/requirements.txt b/requirements.txt index 02f440f..f4e1482 100644 --- a/requirements.txt +++ b/requirements.txt @@ -81,7 +81,7 @@ pillow==8.4.0 # via # -r requirements.in # django-simple-captcha -pyarrow==6.0.1 +pyarrow==14.0.1 # via -r requirements.in python-dateutil==2.8.2 # via pandas