Upgrade cryptography to 3.4.8 (#56481)
* Upgrade cryptography to 3.4.8 * Fix file
This commit is contained in:
parent
f9fde7f7a1
commit
7698c179ac
5 changed files with 5 additions and 6 deletions
2
setup.py
2
setup.py
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue