You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by dp...@apache.org on 2024/02/14 19:11:57 UTC

(superset) branch master updated: fix: upgrade cryptography to major 42 (#27113)

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

dpgaspar 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 152cd70b5f fix: upgrade cryptography to major 42 (#27113)
152cd70b5f is described below

commit 152cd70b5f77828f1f63c5c40f7a2cb2bcfa156e
Author: Daniel Vaz Gaspar <da...@gmail.com>
AuthorDate: Wed Feb 14 19:11:51 2024 +0000

    fix: upgrade cryptography to major 42 (#27113)
---
 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 5d86a8d9ef..09095f229c 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==41.0.2
+cryptography==42.0.2
     # via
     #   apache-superset
     #   paramiko
diff --git a/setup.py b/setup.py
index 4318ea8860..25352f94ab 100644
--- a/setup.py
+++ b/setup.py
@@ -80,7 +80,7 @@ setup(
         "colorama",
         "croniter>=0.3.28",
         "cron-descriptor",
-        "cryptography>=41.0.2, <41.1.0",
+        "cryptography>=42.0.0, <43.0.0",
         "deprecation>=2.1.0, <2.2.0",
         "flask>=2.2.5, <3.0.0",
         "flask-appbuilder>=4.3.11, <5.0.0",