From cf036df46ca9b562405f6104f2ebabc08095af30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 May 2022 00:41:47 +0000 Subject: [PATCH] Bump pyjwt from 1.6.4 to 2.4.0 Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 1.6.4 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.6.4...2.4.0) --- updated-dependencies: - dependency-name: pyjwt dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 71c4909..e2c9971 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ certifi==2018.10.15 coverage==4.5.1 Django==2.1.11 gunicorn==19.9.0 -PyJWT==1.6.4 +PyJWT==2.4.0 pymongo==3.7.2 pytz==2018.7 redis==2.10.6 diff --git a/requirements_all.txt b/requirements_all.txt index 053beda..851b317 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -6,7 +6,7 @@ gunicorn==19.9.0 isort==4.3.4 lazy-object-proxy==1.3.1 mccabe==0.6.1 -PyJWT==1.6.4 +PyJWT==2.4.0 pylint==2.1.1 pymongo==3.7.2 pytz==2018.7