From ec7be79e7e78153cdbaffa9f14f01fd8ac392cb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 May 2022 01:37:22 +0000 Subject: [PATCH] Bump pyjwt from 1.5.2 to 2.4.0 in /requirements Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 1.5.2 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.5.2...2.4.0) --- updated-dependencies: - dependency-name: pyjwt dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 requirements/base.txt diff --git a/requirements/base.txt b/requirements/base.txt old mode 100755 new mode 100644 index 1120a9c..2c618d8 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -35,7 +35,7 @@ idna==2.5 Markdown==2.6.6 oauth2client==3.0.0 pycrypto==2.6.1 -PyJWT==1.5.2 +PyJWT==2.4.0 pyOpenSSL==16.0.0 psycopg2==2.7.3 pytz==2017.2