Update PyJWT to 2.4.0 (#71928)

This commit is contained in:
Franck Nijhof 2022-05-16 16:38:01 +02:00 committed by GitHub
parent e74794d500
commit 514e7708b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
PyJWT==2.3.0
PyJWT==2.4.0
PyNaCl==1.5.0
aiodiscover==1.4.11
aiohttp==3.8.1

View File

@ -13,7 +13,7 @@ ciso8601==2.2.0
httpx==0.22.0
ifaddr==0.1.7
jinja2==3.1.2
PyJWT==2.3.0
PyJWT==2.4.0
cryptography==36.0.2
pip>=21.0,<22.1
python-slugify==4.0.1

View File

@ -45,7 +45,7 @@ install_requires =
httpx==0.22.0
ifaddr==0.1.7
jinja2==3.1.2
PyJWT==2.3.0
PyJWT==2.4.0
# PyJWT has loose dependency. We want the latest one.
cryptography==36.0.2
pip>=21.0,<22.1