From 1dfa9b979c90b1f0926747c4683f2956c807a0b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 01:15:10 +0000 Subject: [PATCH] chore(deps): update pyarrow requirement Updates the requirements on [pyarrow](https://github.com/apache/arrow) to permit the latest version. - [Release notes](https://github.com/apache/arrow/releases) - [Commits](https://github.com/apache/arrow/compare/apache-arrow-22.0.0...apache-arrow-23.0.0) --- updated-dependencies: - dependency-name: pyarrow dependency-version: 23.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 002a7d2b0..895dfcc69 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -111,7 +111,7 @@ dependencies = [ "platformdirs>=4.3.2,<5", "procrastinate>=3.5.3", "fastparquet>=2025.12.0,<2026.0.0; python_version < '3.14'", - "pyarrow>=22.0.0,<23; python_version >= '3.14'", + "pyarrow>=22.0.0,<24; python_version >= '3.14'", "pyjwt[crypto]>=2.10.1,<3", "python-dateutil>=2.9.0.post0,<3", # "pywebview[qt6]>=5.4,<6; sys_platform == 'linux'",