From 3986083725b7ba1a9cc4c506c447cb0b0970d32d Mon Sep 17 00:00:00 2001 From: Maxime Alves LIRMM Date: Sat, 14 Jan 2023 11:37:08 +0100 Subject: [PATCH] =?UTF-8?q?[deps]=C2=A0PyJWT=20bumps=20version=202.6.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Pipfile | 2 +- Pipfile.lock | 8 ++++---- setup.py | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Pipfile b/Pipfile index 2372243..3a29a36 100644 --- a/Pipfile +++ b/Pipfile @@ -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" diff --git a/Pipfile.lock b/Pipfile.lock index de901db..508f2df 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -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": [ diff --git a/setup.py b/setup.py index 2519f86..840db74 100755 --- a/setup.py +++ b/setup.py @@ -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",