Skip to content

Commit f270d7f

Browse files
chore(deps): update pyarrow requirement from >=23.0.1 to >=24.0.0
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@apache-arrow-23.0.1...apache-arrow-24.0.0) --- updated-dependencies: - dependency-name: pyarrow dependency-version: 23.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8d0250c commit f270d7f

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ readme = "README.md"
1010
license = {text = "Apache-2.0"}
1111
requires-python = ">=3.11"
1212
dependencies = [
13-
"pyarrow>=23.0.1",
13+
"pyarrow>=24.0.0",
1414
"pandas>=3.0.2",
1515
"certifi>=2026.2.25",
1616
"requests>=2.33.1",
@@ -53,7 +53,7 @@ test = [
5353
"black>=26.3.1",
5454
"bandit>=1.9.4",
5555
"pandas>=3.0.2",
56-
"pyarrow>=23.0.1",
56+
"pyarrow>=24.0.0",
5757
"adbc-driver-flightsql>=1.11.0",
5858
"adbc-driver-manager>=1.11.0",
5959
]

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pyarrow>=23.0.1
1+
pyarrow>=24.0.0
22
pandas>=3.0.2
33
certifi>=2026.2.25
44
requests>=2.33.1

test.requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ pandas-stubs>=2.0.0
1818
# Security scanning
1919
bandit>=1.7.8
2020
# Runtime dependencies (needed for tests)
21-
pyarrow>=17.0.0
21+
pyarrow>=24.0.0
2222
pandas>=2.0.0

0 commit comments

Comments
 (0)