From 1fe8fbaf1a97da3142e254b9a1e06dc2019cb876 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 22:40:47 +0000 Subject: [PATCH] Bump pyarrow from 12.0.1 to 14.0.1 in /Chapter-2 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] --- Chapter-2/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chapter-2/requirements.txt b/Chapter-2/requirements.txt index 2154d32..bc29bda 100644 --- a/Chapter-2/requirements.txt +++ b/Chapter-2/requirements.txt @@ -3,7 +3,7 @@ beautifulsoup4==4.12.2 numpy==1.25.2 pandas==2.0.3 psycopg2==2.9.7 -pyarrow==12.0.1 +pyarrow==14.0.1 Requests==2.31.0 SQLAlchemy==2.0.20 python-dotenv==1.0.0