From c8d85f59b71838c8f149b41eec68775f756670f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 May 2022 05:45:24 +0000 Subject: [PATCH] Bump pyjwt from 2.1.0 to 2.4.0 Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.1.0 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/2.1.0...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 58c9602..64e460f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ pkginfo==1.7.0 pycparser==2.20 PyGithub==1.55 Pygments==2.8.1 -PyJWT==2.1.0 +PyJWT==2.4.0 PyNaCl==1.4.0 pyparsing==2.4.7 readme-renderer==29.0 diff --git a/setup.py b/setup.py index 78446d2..a8c6041 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ 'pycparser==2.20', 'PyGithub==1.55', 'Pygments==2.8.1', - 'PyJWT==2.1.0', + 'PyJWT==2.4.0', 'PyNaCl==1.4.0', 'pyparsing==2.4.7', 'readme-renderer==29.0',