Skip to content

Commit

Permalink
Update pyarrow-stubs requirement from ~=10.0 to >=10,<18
Browse files Browse the repository at this point in the history
Updates the requirements on [pyarrow-stubs](https://github.com/zen-xu/pyarrow-stubs) to permit the latest version.
- [Release notes](https://github.com/zen-xu/pyarrow-stubs/releases)
- [Commits](zen-xu/pyarrow-stubs@10.0.1.3...17.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 9, 2024
1 parent fd664a9 commit eaa4c4f
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 @@ -31,7 +31,7 @@ tests =[
"pandas-stubs~=2.0",
"pytest~=8.0",
"pytest-cov~=5.0",
"pyarrow-stubs~=10.0",
"pyarrow-stubs>=10,<18",
"ruff>=0.5,<0.7",
]
examples =[
Expand Down

0 comments on commit eaa4c4f

Please sign in to comment.