From cc1b5354238559fd83ff17f8084f5a74278c816b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 23:06:24 +0000 Subject: [PATCH] Bump pyarrow from 8.0.0 to 14.0.1 in /Tutorials/flask_blog Bumps [pyarrow](https://github.com/apache/arrow) from 8.0.0 to 14.0.1. - [Commits](https://github.com/apache/arrow/compare/go/v8.0.0...apache-arrow-14.0.1) --- updated-dependencies: - dependency-name: pyarrow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Tutorials/flask_blog/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tutorials/flask_blog/requirements.txt b/Tutorials/flask_blog/requirements.txt index d78fd610..59c7c434 100644 --- a/Tutorials/flask_blog/requirements.txt +++ b/Tutorials/flask_blog/requirements.txt @@ -110,7 +110,7 @@ protobuf==4.21.6 psutil==5.9.1 ptyprocess==0.7.0 pure-eval==0.2.2 -pyarrow==8.0.0 +pyarrow==14.0.1 pyasn1==0.4.8 pyasn1-modules==0.2.8 pycparser==2.21