From b9b60aaab33083e20dfb2065eea80f4419f65558 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 22:51:53 +0000 Subject: [PATCH] chore(deps-dev): bump pyarrow from 4.0.1 to 14.0.1 Bumps [pyarrow](https://github.com/apache/arrow) from 4.0.1 to 14.0.1. - [Commits](https://github.com/apache/arrow/compare/apache-arrow-4.0.1...apache-arrow-14.0.1) --- updated-dependencies: - dependency-name: pyarrow dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 9ca81c69f..5b821e8ae 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -151,7 +151,7 @@ proto-plus==1.18.1; python_version >= '3.6' protobuf==3.17.3; python_version >= '3.6' psutil==5.8.0; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3' py==1.10.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' -pyarrow==4.0.1 +pyarrow==14.0.1 pyasn1-modules==0.2.8 pyasn1==0.4.8 pycodestyle==2.7.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'