You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ma...@apache.org on 2020/10/31 20:28:58 UTC

[incubator-superset] branch master updated: chore: bump pypi cryptography from 2.4.2 to 3.2.1 (#11511)

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/incubator-superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 9a1fcc7  chore: bump pypi cryptography from 2.4.2 to 3.2.1 (#11511)
9a1fcc7 is described below

commit 9a1fcc70bcce52aa5d5da2b0915d386c6f226aa6
Author: Maxime Beauchemin <ma...@gmail.com>
AuthorDate: Sat Oct 31 13:28:19 2020 -0700

    chore: bump pypi cryptography from 2.4.2 to 3.2.1 (#11511)
---
 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 4433bee..33b9f15 100644
--- a/requirements/base.txt
+++ b/requirements/base.txt
@@ -25,7 +25,7 @@ click==7.1.2              # via apache-superset, flask, flask-appbuilder
 colorama==0.4.3           # via apache-superset, flask-appbuilder
 contextlib2==0.6.0.post1  # via apache-superset
 croniter==0.3.34          # via apache-superset
-cryptography==3.1.1       # via apache-superset
+cryptography==3.2.1       # via apache-superset
 decorator==4.4.2          # via retry
 defusedxml==0.6.0         # via python3-openid
 dnspython==2.0.0          # via email-validator
diff --git a/setup.py b/setup.py
index 21bde6c..e947a61 100644
--- a/setup.py
+++ b/setup.py
@@ -75,7 +75,7 @@ setup(
         "colorama",
         "contextlib2",
         "croniter>=0.3.28",
-        "cryptography>=2.4.2",
+        "cryptography>=3.2.1",
         "flask>=1.1.0, <2.0.0",
         "flask-appbuilder>=3.1.1, <4.0.0",
         "flask-caching",