diff --git a/core/amber/build.sbt b/core/amber/build.sbt index adb83aa80c6..9c6f175ecbd 100644 --- a/core/amber/build.sbt +++ b/core/amber/build.sbt @@ -127,7 +127,7 @@ val googleServiceDependencies = Seq( ///////////////////////////////////////////////////////////////////////////// // Arrow related -val arrowVersion = "9.0.0" +val arrowVersion = "10.0.0" val arrowDependencies = Seq( // https://mvnrepository.com/artifact/org.apache.arrow/flight-grpc "org.apache.arrow" % "flight-grpc" % arrowVersion, diff --git a/core/amber/requirements.txt b/core/amber/requirements.txt index 98418f2ff76..880dac94f58 100644 --- a/core/amber/requirements.txt +++ b/core/amber/requirements.txt @@ -9,7 +9,7 @@ loguru==0.5.3 packaging==20.9 pluggy==0.13.1 py==1.10.0 -pyarrow==9.0.0 +pyarrow==10.0.0 pyparsing==2.4.7 pytest==6.2.4 python-dateutil==2.8.1