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

maximebeauchemin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new c369e8161c chore(🦾): bump python numexpr 2.9.0 -> 2.10.0 (#28506)
c369e8161c is described below

commit c369e8161c40199ec3c9f40c0e44f8986c69a734
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu May 16 00:27:30 2024 -0700

    chore(🦾): bump python numexpr 2.9.0 -> 2.10.0 (#28506)
    
    Co-authored-by: GitHub Action <[email protected]>
---
 requirements/base.txt | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/requirements/base.txt b/requirements/base.txt
index bf40f709b1..a7b493e9fb 100644
--- a/requirements/base.txt
+++ b/requirements/base.txt
@@ -15,6 +15,8 @@ apispec[yaml]==6.3.0
     # via flask-appbuilder
 apsw==3.42.0.1
     # via shillelagh
+async-timeout==4.0.3
+    # via redis
 attrs==23.1.0
     # via
     #   cattrs
@@ -91,6 +93,8 @@ dnspython==2.1.0
     # via email-validator
 email-validator==1.1.3
     # via flask-appbuilder
+exceptiongroup==1.2.1
+    # via cattrs
 flask==2.3.3
     # via
     #   apache-superset
@@ -144,7 +148,9 @@ geopy==2.4.1
 google-auth==2.27.0
     # via shillelagh
 greenlet==3.0.3
-    # via shillelagh
+    # via
+    #   shillelagh
+    #   sqlalchemy
 gunicorn==22.0.0
     # via apache-superset
 hashids==1.3.1
@@ -211,7 +217,7 @@ nh3==0.2.17
     # via apache-superset
 numba==0.57.1
     # via pandas
-numexpr==2.9.0
+numexpr==2.10.0
     # via
     #   -r requirements/base.in
     #   pandas
@@ -355,6 +361,7 @@ typing-extensions==4.11.0
     # via
     #   alembic
     #   apache-superset
+    #   cattrs
     #   flask-limiter
     #   limits
     #   shillelagh

Reply via email to