From e4ecbe3237e0c7328ba183fe54265520ca936b87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 22:38:48 +0000 Subject: [PATCH] Bump pyarrow from 12.0.1 to 14.0.1 Bumps [pyarrow](https://github.com/apache/arrow) from 12.0.1 to 14.0.1. - [Commits](https://github.com/apache/arrow/compare/go/v12.0.1...apache-arrow-14.0.1) --- updated-dependencies: - dependency-name: pyarrow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 9b9b8baf..4be82a13 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -162,7 +162,7 @@ pgsanity==0.2.9 polyline==2.0.1; python_version >= '3.7' prison==0.2.1 prompt-toolkit==3.0.39; python_full_version >= '3.7.0' -pyarrow==12.0.1; python_version >= '3.7' +pyarrow==14.0.1; python_version >= '3.7' pygments==2.16.1; python_version >= '3.7' pyjwt==2.8.0; python_version >= '3.7' pymeeus==0.5.12 diff --git a/requirements.txt b/requirements.txt index 9e5c54d5..b603fde0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -83,7 +83,7 @@ pgsanity==0.2.9 polyline==2.0.1; python_version >= '3.7' prison==0.2.1 prompt-toolkit==3.0.39; python_full_version >= '3.7.0' -pyarrow==12.0.1; python_version >= '3.7' +pyarrow==14.0.1; python_version >= '3.7' pycparser==2.21 pygments==2.16.1; python_version >= '3.7' pyjwt==2.8.0; python_version >= '3.7'