From 841a8689a169f10e9cf49579bf591d83922539e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Jun 2023 05:07:23 +0000 Subject: [PATCH] Bump pyarrow from 9.0.0 to 12.0.1 Bumps [pyarrow](https://github.com/apache/arrow) from 9.0.0 to 12.0.1. - [Commits](https://github.com/apache/arrow/compare/go/v9.0.0...go/v12.0.1) --- updated-dependencies: - dependency-name: pyarrow dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2d16eb4..af33156 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,6 +11,6 @@ missingno==0.5.1 seaborn==0.12.0 plotly==5.11.0 fastparquet==0.8.3 -pyarrow==9.0.0 +pyarrow==12.0.1 plotly-resampler==0.8.3.2 tqdm==4.64.0 \ No newline at end of file