This is an automated email from the ASF dual-hosted git repository.

aglinxinyuan pushed a commit to branch dependabot/pip/amber/pyarrow-25.0.0
in repository https://gitbox.apache.org/repos/asf/texera.git


The following commit(s) were added to 
refs/heads/dependabot/pip/amber/pyarrow-25.0.0 by this push:
     new 5e72952777 fix(deps, pyamber): update pyarrow license snapshot
5e72952777 is described below

commit 5e729527778b5feeddfdb0f2e17e9b6db431b895
Author: Xinyuan Lin <[email protected]>
AuthorDate: Tue Jul 14 18:33:58 2026 -0700

    fix(deps, pyamber): update pyarrow license snapshot
---
 amber/LICENSE-binary-python                                       | 2 +-
 .../web/resource/pythonvirtualenvironment/PveResourceSpec.scala   | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/amber/LICENSE-binary-python b/amber/LICENSE-binary-python
index 5f226e4fd5..f574a5718d 100644
--- a/amber/LICENSE-binary-python
+++ b/amber/LICENSE-binary-python
@@ -223,7 +223,7 @@ Python packages:
   - overrides==7.7.0
   - packaging==26.2
   - propcache==0.5.2
-  - pyarrow==23.0.1
+  - pyarrow==25.0.0
   - pyiceberg==0.11.1
   - pympler==1.1
   - python-dateutil==2.8.2
diff --git 
a/amber/src/test/scala/org/apache/texera/web/resource/pythonvirtualenvironment/PveResourceSpec.scala
 
b/amber/src/test/scala/org/apache/texera/web/resource/pythonvirtualenvironment/PveResourceSpec.scala
index 416bd07a74..d64a997a61 100644
--- 
a/amber/src/test/scala/org/apache/texera/web/resource/pythonvirtualenvironment/PveResourceSpec.scala
+++ 
b/amber/src/test/scala/org/apache/texera/web/resource/pythonvirtualenvironment/PveResourceSpec.scala
@@ -60,7 +60,7 @@ class PveResourceSpec
   // What the mocked `pip freeze` reports as the resolved system set. pyarrow 
is
   // always a hard dependency in amber/requirements.txt, so it stands in for "a
   // system package the user may neither install nor delete".
-  private val systemFreeze = Seq("pyarrow==23.0.1")
+  private val systemFreeze = Seq("pyarrow==25.0.0")
 
   private val realRunner = PveManager.runProcess
 
@@ -257,16 +257,16 @@ class PveResourceSpec
     PveManager.createNewPve(testCuid, queue, testPveName)
     queue.clear()
 
-    PveManager.installUserPackages(List("pyarrow==23.0.1"), testCuid, queue, 
testPveName)
+    PveManager.installUserPackages(List("pyarrow==25.0.0"), testCuid, queue, 
testPveName)
 
     val logs = queueText()
-    logs should include("[PVE][ERR] pyarrow==23.0.1 is a system package")
+    logs should include("[PVE][ERR] pyarrow==25.0.0 is a system package")
 
     PveManager
       .getEnvironments(testCuid)
       .find(_.pveName == testPveName)
       .get
-      .userPackages should not contain "pyarrow==23.0.1"
+      .userPackages should not contain "pyarrow==25.0.0"
   }
 
   it should "report an error when a user package install fails" in {

Reply via email to