Upgrade cryptography to 3.4.8 (#56481)

* Upgrade cryptography to 3.4.8

* Fix file
This commit is contained in:
Pascal Vizeli 2021-09-21 11:06:52 +02:00 committed by GitHub
parent f9fde7f7a1
commit 7698c179ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 6 deletions

View file

@ -45,7 +45,7 @@ REQUIRES = [
"jinja2==3.0.1",
"PyJWT==2.1.0",
# PyJWT has loose dependency. We want the latest one.
"cryptography==3.3.2",
"cryptography==3.4.8",
"pip>=8.0.3,<20.3",
"python-slugify==4.0.1",
"pyyaml==5.4.1",