You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by di...@apache.org on 2024/02/29 18:29:04 UTC

(superset) branch master updated: chore: bump cryptography minimum to 42.0.4 (#27281)

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

diegopucci 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 371f2ab851 chore: bump cryptography minimum to 42.0.4 (#27281)
371f2ab851 is described below

commit 371f2ab851eee46cd4ab3c5428c8061430a288ad
Author: Joe Li <jo...@preset.io>
AuthorDate: Thu Feb 29 10:28:57 2024 -0800

    chore: bump cryptography minimum to 42.0.4 (#27281)
---
 requirements/base.txt | 2 +-
 setup.py              | 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/requirements/base.txt b/requirements/base.txt
index 964bea37d6..8cdf2bfc96 100644
--- a/requirements/base.txt
+++ b/requirements/base.txt
@@ -78,7 +78,7 @@ cron-descriptor==1.2.24
     # via apache-superset
 croniter==1.0.15
     # via apache-superset
-cryptography==42.0.2
+cryptography==42.0.4
     # via
     #   apache-superset
     #   paramiko
diff --git a/setup.py b/setup.py
index 0b17320658..0d0488bf35 100644
--- a/setup.py
+++ b/setup.py
@@ -80,8 +80,7 @@ setup(
         "colorama",
         "croniter>=0.3.28",
         "cron-descriptor",
-        # snowflake-connector-python as of 3.7.0 doesn't support >=42.* therefore lowering the min to 41.0.2
-        "cryptography>=41.0.2, <43.0.0",
+        "cryptography>=42.0.4, <43.0.0",
         "deprecation>=2.1.0, <2.2.0",
         "flask>=2.2.5, <3.0.0",
         "flask-appbuilder>=4.4.1, <5.0.0",