Skip to content

Commit c0a8cf9

Browse files
Bump pyarrow from 17.0.0 to 18.0.0
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>
1 parent b4fabd9 commit c0a8cf9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ requires-python = ">=3.12"
77
dependencies = [
88
"flask==3.*",
99
"pandas==2.*",
10-
"pyarrow==17.*",
10+
"pyarrow==18.*",
1111
"pytest>=8.3.3",
1212
]

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ numpy==1.26.4
2121
packaging==24.2
2222
pandas==2.2.1
2323
pluggy==1.5.0
24-
pyarrow==17.0.0
24+
pyarrow==18.0.0
2525
pytest==8.3.3
2626
python-dateutil==2.9.0.post0
2727
pytz==2024.2

0 commit comments

Comments
 (0)