[deps] PyJWT bumps version 2.6.0

This commit is contained in:
Maxime Alves LIRMM 2023-01-14 11:37:08 +01:00
parent 301b0eeab5
commit 3986083725
3 changed files with 6 additions and 6 deletions

View File

@ -20,7 +20,7 @@ click = ">=8,<9"
starlette = ">=0.23,<0.24"
uvicorn = ">=0.13,<1"
orjson = ">=3.8.5,<4"
pyjwt = ">=2.4.0,<2.5.0"
pyjwt = ">=2.6.0,<2.7.0"
pyyaml = ">=5.3.1,<6"
timing-asgi = ">=0.2.1,<1"
schema = ">=0.7.4,<1"

8
Pipfile.lock generated
View File

@ -1,7 +1,7 @@
{
"_meta": {
"hash": {
"sha256": "3c6f406678619e2e6dccedfead99ab45d176306aa4c332d6191c25e0718f49ce"
"sha256": "70def236338e02b3911768cae8254f94d44902f2e20ab5dde4a779851fe8a83b"
},
"pipfile-spec": 6,
"requires": {},
@ -129,11 +129,11 @@
},
"pyjwt": {
"hashes": [
"sha256:72d1d253f32dbd4f5c88eaf1fdc62f3a19f676ccbadb9dbc5d07e951b2b26daf",
"sha256:d42908208c699b3b973cbeb01a969ba6a96c821eefb1c5bfe4c390c01d67abba"
"sha256:69285c7e31fc44f68a1feb309e948e0df53259d579295e6cfe2b1792329f05fd",
"sha256:d83c3d892a77bbb74d3e1a2cfa90afaadb60945205d1095d9221f04466f64c14"
],
"index": "pypi",
"version": "==2.4.0"
"version": "==2.6.0"
},
"python-multipart": {
"hashes": [

View File

@ -43,7 +43,7 @@ setup(
packages=get_packages(module_name),
python_requires=">=3.8",
install_requires=[
"PyJWT>=2.4.0,<2.5.0",
"PyJWT>=2.6.0,<2.7.0",
"starlette>=0.23,<0.24",
"click>=8,<9",
"uvicorn>=0.13,<1",