Skip to content

Commit

Permalink
chore: Bump cryptography to 39.0.1 (#23158)
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeneTorap committed Feb 22, 2023
1 parent 871cab8 commit 95eb8d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ cron-descriptor==1.2.24
# via apache-superset
croniter==1.0.15
# via apache-superset
cryptography==39.0.0
cryptography==39.0.1
# via
# apache-superset
# paramiko
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def get_git_sha() -> str:
"colorama",
"croniter>=0.3.28",
"cron-descriptor",
"cryptography>=39.0.0,<40",
"cryptography>=39.0.1, <40",
"deprecation>=2.1.0, <2.2.0",
"flask>=2.1.3, <2.2",
"flask-appbuilder>=4.2.0, <5.0.0",
Expand Down

0 comments on commit 95eb8d7

Please sign in to comment.