From ba32c7d0397fdfd523434e4b7ef3ab10313ff544 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 09:49:30 +0000 Subject: [PATCH] Bump pyarrow from 18.0.0 to 18.1.0 Bumps [pyarrow](https://github.com/apache/arrow) from 18.0.0 to 18.1.0. - [Release notes](https://github.com/apache/arrow/releases) - [Commits](https://github.com/apache/arrow/compare/apache-arrow-18.0.0...apache-arrow-18.1.0) --- updated-dependencies: - dependency-name: pyarrow dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c616241b..6ada895a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ numpy==1.26.4 orjson==3.10.11 pandas==2.2.3 protobuf==5.28.3 -pyarrow==18.0.0 +pyarrow==18.1.0 python-dotenv==1.0.1 pyyaml requests==2.32.3