Skip to content

Commit

Permalink
pip(deps): bump pyarrow from 16.1.0 to 17.0.0
Browse files Browse the repository at this point in the history
Bumps [pyarrow](https://github.com/apache/arrow) from 16.1.0 to 17.0.0.
- [Release notes](https://github.com/apache/arrow/releases)
- [Commits](apache/arrow@r-16.1.0...go/v17.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>
  • Loading branch information
dependabot[bot] authored Jul 17, 2024
1 parent 271d930 commit ca2124d
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 39 deletions.
66 changes: 28 additions & 38 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ f90nml = {version = "^1.4.3", optional = true}
pandas = {version = "^2.1.1", optional = true}
toml = "^0.10.2"
pyyaml = "^6.0.1"
pyarrow = {version = ">=14,<17", optional = true}
pyarrow = {version = ">=14,<18", optional = true}
flatdict = "^4.0.1"
loguru = "^0.7.2"

Expand Down

0 comments on commit ca2124d

Please sign in to comment.