From 3302f4472122081c7314b8c276dadc8b0a37c57a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 14:27:31 +0000 Subject: [PATCH] chore(deps): bump pyarrow from 18.1.0 to 22.0.0 Bumps [pyarrow](https://github.com/apache/arrow) from 18.1.0 to 22.0.0. - [Release notes](https://github.com/apache/arrow/releases) - [Commits](https://github.com/apache/arrow/compare/apache-arrow-18.1.0...apache-arrow-22.0.0) --- updated-dependencies: - dependency-name: pyarrow dependency-version: 22.0.0 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 8b4b295..e31448d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ duckdb==1.1.3 flake8==7.1.1 numpy==2.0.1 pandas==2.2.3 -pyarrow==18.1.0 +pyarrow==22.0.0 pylint==3.3.4 pytest==8.3.4 pytest-benchmark==5.1.0