Skip to content

Commit

Permalink
Bump pyarrow from 17.0.0 to 18.0.0
Browse files Browse the repository at this point in the history
Bumps [pyarrow](https://github.com/apache/arrow) from 17.0.0 to 18.0.0.
- [Release notes](https://github.com/apache/arrow/releases)
- [Commits](apache/arrow@go/v17.0.0...apache-arrow-18.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] authored Nov 19, 2024
1 parent b4fabd9 commit c0a8cf9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ requires-python = ">=3.12"
dependencies = [
"flask==3.*",
"pandas==2.*",
"pyarrow==17.*",
"pyarrow==18.*",
"pytest>=8.3.3",
]
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ numpy==1.26.4
packaging==24.2
pandas==2.2.1
pluggy==1.5.0
pyarrow==17.0.0
pyarrow==18.0.0
pytest==8.3.3
python-dateutil==2.9.0.post0
pytz==2024.2
Expand Down

0 comments on commit c0a8cf9

Please sign in to comment.