Skip to content

Commit e0446ce

Browse files
Build: Bump pyarrow from 9.0.0 to 10.0.0 in /python (#6081)
Bumps [pyarrow](https://github.com/apache/arrow) from 9.0.0 to 10.0.0. - [Release notes](https://github.com/apache/arrow/releases) - [Commits](apache/arrow@go/v9.0.0...go/v10.0.0) --- updated-dependencies: - dependency-name: pyarrow dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2b33576 commit e0446ce

File tree

2 files changed

+25
-29
lines changed

2 files changed

+25
-29
lines changed

python/poetry.lock

Lines changed: 24 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ fsspec = "2022.8.2"
5757

5858
zstandard = "^0.18.0"
5959

60-
pyarrow = { version = "^9.0.0", optional = true }
60+
pyarrow = { version = ">=9,<11", optional = true }
6161

6262
python-snappy = { version = "^0.6.1", optional = true }
6363

0 commit comments

Comments
 (0)