Skip to content

Commit

Permalink
Bump pyarrow from 12.0.1 to 14.0.0
Browse files Browse the repository at this point in the history
Bumps [pyarrow](https://github.com/apache/arrow) from 12.0.1 to 14.0.0.
- [Commits](apache/arrow@go/v12.0.1...go/v14.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] committed Nov 2, 2023
1 parent 7db0957 commit e33d528
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 67 deletions.
121 changes: 55 additions & 66 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 @@ -24,7 +24,7 @@ include = ["sas7bdat_converter/py.typed"]
python = "^3.8.0"
pandas = ">=1.2.0"
openpyxl = {version = ">=3.0.5", optional = true}
pyarrow = {version = ">=9.0.0, <13.0.0", optional = true}
pyarrow = {version = ">=9.0.0,<15.0.0", optional = true}

[tool.poetry.extras]
excel = ["openpyxl"]
Expand Down

0 comments on commit e33d528

Please sign in to comment.