From 28ab7d081172234d8a7ed76a651e24e51a5a6c75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 22:35:21 +0000 Subject: [PATCH] Bump pyarrow from 11.0.0 to 14.0.1 in /docs Bumps [pyarrow](https://github.com/apache/arrow) from 11.0.0 to 14.0.1. - [Commits](https://github.com/apache/arrow/compare/go/v11.0.0...apache-arrow-14.0.1) --- updated-dependencies: - dependency-name: pyarrow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 1835f9d5..43d1d724 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -58,7 +58,7 @@ ptyprocess==0.7.0 # via pexpect pure-eval==0.2.2 # via stack-data -pyarrow==11.0.0 +pyarrow==14.0.1 # via -r requirements.txt pygments==2.16.1 # via ipython