Bump PyJWT to 2.1.0 (#55911)

This commit is contained in:
Ruslan Sayfutdinov
2021-09-08 04:59:02 +01:00
committed by GitHub
parent a764c79b6f
commit 7195b8222b
11 changed files with 19 additions and 16 deletions

View File

@ -43,7 +43,7 @@ REQUIRES = [
"ciso8601==2.1.3",
"httpx==0.19.0",
"jinja2==3.0.1",
"PyJWT==1.7.1",
"PyJWT==2.1.0",
# PyJWT has loose dependency. We want the latest one.
"cryptography==3.3.2",
"pip>=8.0.3,<20.3",