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

lilykuang 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 40ba3c2d57 chore: cryptography version bump (#25276)
40ba3c2d57 is described below

commit 40ba3c2d57609fb69717c4273fd96678a52255dd
Author: Lily Kuang <[email protected]>
AuthorDate: Tue Sep 26 16:01:01 2023 -0700

    chore: cryptography version bump (#25276)
    
    Co-authored-by: Michael S. Molina 
<[email protected]>
---
 requirements/base.txt | 2 +-
 setup.py              | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/requirements/base.txt b/requirements/base.txt
index d8ab63abf7..4b420f4ee9 100644
--- a/requirements/base.txt
+++ b/requirements/base.txt
@@ -71,7 +71,7 @@ cron-descriptor==1.2.24
     # via apache-superset
 croniter==1.0.15
     # via apache-superset
-cryptography==41.0.0
+cryptography==41.0.2
     # via
     #   apache-superset
     #   paramiko
diff --git a/setup.py b/setup.py
index e4edb7bea4..79649c0167 100644
--- a/setup.py
+++ b/setup.py
@@ -81,7 +81,7 @@ setup(
         "colorama",
         "croniter>=0.3.28",
         "cron-descriptor",
-        "cryptography>=41.0.0, <41.0.2",
+        "cryptography>=41.0.2, <41.1.0",
         "deprecation>=2.1.0, <2.2.0",
         "flask>=2.2.5, <3.0.0",
         "flask-appbuilder>=4.3.6, <5.0.0",

Reply via email to