fix(dependency): update cryptography import (#22744)

Co-authored-by: Daniel Draper <daniel.draper@understand.ai>
This commit is contained in:
Daniel Draper
2023-01-31 11:11:26 +01:00
committed by GitHub
parent 17dfa657f9
commit e18bf3f449
4 changed files with 9 additions and 11 deletions

View File

@@ -80,7 +80,7 @@ setup(
"colorama",
"croniter>=0.3.28",
"cron-descriptor",
"cryptography>=3.3.2",
"cryptography>=39.0.0,<40",
"deprecation>=2.1.0, <2.2.0",
"flask>=2.1.3, <2.2",
"flask-appbuilder>=4.1.6, <5.0.0",