From b1854ccaf9cd62ca94e0aedafe3f2dbdc004c071 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yannick=20P=C3=89ROUX?= Date: Wed, 18 Sep 2024 01:15:35 +0200 Subject: [PATCH] Update PyJWT & loosen dependency contraint (#477) * Update PyJWT to 2.9.0 * Loosen dependency constraint for PyJWT --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 884e1d0..656f3b2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ backoff==2.2.1 cryptography==42.0.7 flake8==3.7.9 mock==2.0.0 -PyJWT==2.8.0 +PyJWT==2.9.0 pylint==2.8.0 python-dateutil==2.8.2 requests==2.31.0 diff --git a/setup.py b/setup.py index 2cec9ff..4bfdd97 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ "requests~=2.7", "backoff~=2.1", "python-dateutil~=2.2", - "PyJWT~=2.8.0" + "PyJWT~=2.8" ] tests_require = [