This is an automated email from the ASF dual-hosted git repository. michaelsmolina pushed a commit to branch 3.1 in repository https://gitbox.apache.org/repos/asf/superset.git
commit 88191573364c72806609a3052750661981da34d1 Author: Daniel Vaz Gaspar <[email protected]> AuthorDate: Wed Feb 14 19:11:51 2024 +0000 fix: upgrade cryptography to major 42 (#27113) (cherry picked from commit 152cd70b5f77828f1f63c5c40f7a2cb2bcfa156e) --- 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 95eeaa450c..e134f367e2 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -76,7 +76,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 423a21d887..32c68d025c 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",
