Skip to content

Commit

Permalink
pip(deps): bump pyarrow from 14.0.2 to 15.0.2
Browse files Browse the repository at this point in the history
Bumps [pyarrow](https://github.com/apache/arrow) from 14.0.2 to 15.0.2.
- [Commits](apache/arrow@go/v14.0.2...go/v15.0.2)

---
updated-dependencies:
- dependency-name: pyarrow
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 27, 2024
1 parent 0743100 commit 0693889
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 41 deletions.
80 changes: 40 additions & 40 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.0.0", optional = true}
pyarrow = {version = ">=14,<16", optional = true}
flatdict = "^4.0.1"
loguru = "^0.7.2"

Expand Down

0 comments on commit 0693889

Please sign in to comment.