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

rusackas 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 b650a1d47c chore(deps): bump numpy 1.22.1 and PyJWT to 2.4.0 (#20287)
b650a1d47c is described below

commit b650a1d47cfc1752e2c6c330295f8b5a214a2577
Author: Joe Li <[email protected]>
AuthorDate: Tue Jun 7 09:09:41 2022 -0700

    chore(deps): bump numpy 1.22.1 and PyJWT to 2.4.0 (#20287)
    
    * setting numpy 1.22.1 and PyJWT to 2.4.0
    
    * requirements.txt
    
    Co-authored-by: Arash <[email protected]>
---
 requirements/base.txt | 3 ++-
 setup.py              | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/requirements/base.txt b/requirements/base.txt
index ea9e8f7a84..e25b602986 100644
--- a/requirements/base.txt
+++ b/requirements/base.txt
@@ -174,8 +174,9 @@ multidict==5.1.0
     # via
     #   aiohttp
     #   yarl
-numpy==1.21.1
+numpy==1.22.1
     # via
+    #   apache-superset
     #   pandas
     #   pyarrow
 packaging==21.3
diff --git a/setup.py b/setup.py
index 53b322b200..d6299b01da 100644
--- a/setup.py
+++ b/setup.py
@@ -93,6 +93,7 @@ setup(
         "isodate",
         "markdown>=3.0",
         "msgpack>=1.0.0, <1.1",
+        "numpy==1.22.1",
         "pandas>=1.3.0, <1.4",
         "parsedatetime",
         "pgsanity",
@@ -103,7 +104,7 @@ setup(
         "python-geohash",
         "pyarrow>=5.0.0, <6.0",
         "pyyaml>=5.4",
-        "PyJWT>=2.0.0, <2.3.0",
+        "PyJWT>=2.0.0, <2.4.0",
         "redis",
         "selenium>=3.141.0",
         "simplejson>=3.15.0",

Reply via email to