From e4fd6cdc23a22ff309ee5f7d4fc15919ea6d42d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 May 2022 04:56:57 +0000 Subject: [PATCH] Bump pyjwt from 1.7.1 to 2.4.0 Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 1.7.1 to 2.4.0. - [Release notes](https://github.com/jpadilla/pyjwt/releases) - [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst) - [Commits](https://github.com/jpadilla/pyjwt/compare/1.7.1...2.4.0) --- updated-dependencies: - dependency-name: pyjwt dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 7a07abf..ecd3c9c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ cffi==1.14.6 chardet==4.0.0 idna==2.10 pycparser==2.20 -PyJWT==1.7.1 +PyJWT==2.4.0 requests==2.25.1 six==1.16.0 urllib3==1.26.6 diff --git a/setup.py b/setup.py index 16e1d6e..a8fd4d6 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ install_requires = ['requests>=2.25.1,<2.26.1', 'urllib3>=1.26.5,<1.26.7', - 'pyjwt>=1.7.1,<1.8.0', + 'pyjwt>=1.7.1,<2.5.0', 'cryptography>=2.6.1,<2.7.0', ]