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

yiconghuang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/texera.git


The following commit(s) were added to refs/heads/main by this push:
     new cecaa36571 chore(dep): Bump `pandas` version to 2.2.3 (#4096)
cecaa36571 is described below

commit cecaa36571d3275b3f13fd6de922b12bea84f63a
Author: Yicong Huang <[email protected]>
AuthorDate: Sun Nov 30 23:51:17 2025 -0800

    chore(dep): Bump `pandas` version to 2.2.3 (#4096)
    
    ### What changes were proposed in this PR?
    Bump `pandas` version to 2.2.3 to be [compatible with Python
    
3.13](https://pandas.pydata.org/pandas-docs/stable/whatsnew/v2.2.3.html#pandas-2-2-3-is-now-compatible-with-python-3-13).
    
    ### Any related issues, documentation, discussions?
    
    Resolves #4095
    
    ### How was this PR tested?
    CI
    
    ### Was this PR authored or co-authored using generative AI tooling?
    No
    
    Signed-off-by: Yicong Huang <[email protected]>
---
 amber/requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/amber/requirements.txt b/amber/requirements.txt
index f07124d64c..e2db1342ab 100644
--- a/amber/requirements.txt
+++ b/amber/requirements.txt
@@ -17,7 +17,7 @@
 
 wheel==0.41.2
 numpy==1.26.4
-pandas==2.2.2
+pandas==2.2.3
 flake8==7.1.1
 Flake8-pyproject==1.2.3
 black==24.3.0

Reply via email to