From 40ba3c2d57609fb69717c4273fd96678a52255dd Mon Sep 17 00:00:00 2001 From: Lily Kuang Date: Tue, 26 Sep 2023 16:01:01 -0700 Subject: [PATCH] chore: cryptography version bump (#25276) Co-authored-by: Michael S. Molina <70410625+michael-s-molina@users.noreply.github.com> --- 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 d8ab63abf..4b420f4ee 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 e4edb7bea..79649c016 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",