Upgrade cryptography to 3.3.2 (#46759)

This commit is contained in:
Franck Nijhof
2021-02-18 21:30:54 +01:00
committed by GitHub
parent 76e5f86b76
commit 52a9a66d0f
3 changed files with 3 additions and 3 deletions

View File

@ -44,7 +44,7 @@ REQUIRES = [
"jinja2>=2.11.3",
"PyJWT==1.7.1",
# PyJWT has loose dependency. We want the latest one.
"cryptography==3.3.1",
"cryptography==3.3.2",
"pip>=8.0.3,<20.3",
"python-slugify==4.0.1",
"pytz>=2021.1",