From eaa4c4f52d45d0dcf294de89cbefe2db7f78d6a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 23:00:52 +0000 Subject: [PATCH] Update pyarrow-stubs requirement from ~=10.0 to >=10,<18 Updates the requirements on [pyarrow-stubs](https://github.com/zen-xu/pyarrow-stubs) to permit the latest version. - [Release notes](https://github.com/zen-xu/pyarrow-stubs/releases) - [Commits](https://github.com/zen-xu/pyarrow-stubs/compare/10.0.1.3...17.2) --- updated-dependencies: - dependency-name: pyarrow-stubs 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 f7dbba5..1f96544 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ tests =[ "pandas-stubs~=2.0", "pytest~=8.0", "pytest-cov~=5.0", - "pyarrow-stubs~=10.0", + "pyarrow-stubs>=10,<18", "ruff>=0.5,<0.7", ] examples =[