Skip to content

Commit

Permalink
Update pyarrow requirement from <19.0.0,>=13.0.0 to >=13.0.0,<20.0.0
Browse files Browse the repository at this point in the history
Updates the requirements on [pyarrow](https://github.com/apache/arrow) to permit the latest version.
- [Release notes](https://github.com/apache/arrow/releases)
- [Commits](apache/arrow@r-13.0.0...apache-arrow-19.0.0)

---
updated-dependencies:
- dependency-name: pyarrow
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 20, 2025
1 parent caafc7c commit eec1649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies = [
'numpy >=1.24.2, <2.0',
'openfisca-core >=43.0.0, <44.0.0',
'pandas >=2.0.3, < 3.0',
'pyarrow >=13.0.0, < 19.0.0',
'pyarrow >= 13.0.0, < 20.0.0',
'pyxdg >=0.28, < 0.29',
'PyYAML >=6.0, < 7.0',
'tables >=3.8.0, < 4.0',
Expand Down

0 comments on commit eec1649

Please sign in to comment.