PyJWT==2.4.0

This commit is contained in:
pycook 2023-07-13 17:07:18 +08:00
parent 806f5af830
commit abc83db77b
2 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ six = "==1.12.0"
bs4 = ">=0.0.1" bs4 = ">=0.0.1"
toposort = ">=1.5" toposort = ">=1.5"
requests = ">=2.22.0" requests = ">=2.22.0"
PyJWT = ">=1.7.1" PyJWT = "==2.4.0"
elasticsearch = "==7.17.9" elasticsearch = "==7.17.9"
future = "==0.18.2" future = "==0.18.2"
itsdangerous = "==2.0.1" itsdangerous = "==2.0.1"

View File

@ -54,7 +54,7 @@ pkgutil_resolve_name==1.3.10
pyasn1==0.5.0 pyasn1==0.5.0
pyasn1-modules==0.3.0 pyasn1-modules==0.3.0
pycryptodome==3.12.0 pycryptodome==3.12.0
PyJWT==2.7.0 PyJWT==2.4.0
PyMySQL==0.9.3 PyMySQL==0.9.3
python-dateutil==2.8.2 python-dateutil==2.8.2
python-dotenv==1.0.0 python-dotenv==1.0.0