From 130273554b446c8d53a0f0f00bd37805c6356c5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 21:27:12 +0000 Subject: [PATCH] chore(deps): bump pyarrow-stubs from 10.0.1.9 to 20240830 Bumps [pyarrow-stubs](https://github.com/zen-xu/pyarrow-stubs) from 10.0.1.9 to 20240830. - [Commits](https://github.com/zen-xu/pyarrow-stubs/commits) --- updated-dependencies: - dependency-name: pyarrow-stubs dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3d3f989..40bcf11 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dev = [ # include compatible version of pandas, and secure-local-storage for token caching "snowflake-connector-python[pandas, secure-local-storage]", "pre-commit~=3.4", - "pyarrow-stubs==10.0.1.9", + "pyarrow-stubs==20240830", "pytest~=8.0", "pytest-asyncio", "ruff~=0.5.1",