From 1df482bd7d1041719bc443ac33e879e232765574 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 May 2022 02:19:32 +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 483585b..a9f4b6d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ requests cryptography==2.7 -PyJWT==1.7.1 \ No newline at end of file +PyJWT==2.4.0 \ No newline at end of file diff --git a/setup.py b/setup.py index e4f7e60..4bcc766 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ install_requires=[ 'requests', 'cryptography==2.7', - 'PyJWT==1.7.1' + 'PyJWT==2.4.0' ], zip_safe=False, python_requires='>=3.7',