Skip to content

Commit

Permalink
Chore(deps): Update polars[pyarrow] requirement from <1.2 to <1.9
Browse files Browse the repository at this point in the history
Updates the requirements on [polars[pyarrow]](https://github.com/pola-rs/polars) to permit the latest version.
- [Release notes](https://github.com/pola-rs/polars/releases)
- [Commits](pola-rs/polars@py-0.0.1...py-1.8.2)

---
updated-dependencies:
- dependency-name: polars[pyarrow]
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and amotl committed Oct 1, 2024
1 parent 0caf918 commit f90fb6a
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 @@ -78,7 +78,7 @@ optional-dependencies.release = [
]
optional-dependencies.test = [
"pandas<2.3",
"polars[pyarrow]<1.2",
"polars[pyarrow]<1.9",
"pytest<9",
"pytest-asyncio<1",
"pytest-cov<6",
Expand Down

0 comments on commit f90fb6a

Please sign in to comment.