From 28b41855679aaa6986c2e68be4814cd9d70a7999 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 May 2022 00:17:49 +0000 Subject: [PATCH] Bump pyjwt from 1.5.3 to 2.4.0 in /trydjango1-11/src Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 1.5.3 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.3...2.4.0) --- updated-dependencies: - dependency-name: pyjwt dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- trydjango1-11/src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trydjango1-11/src/requirements.txt b/trydjango1-11/src/requirements.txt index ac7f751..472a2e9 100644 --- a/trydjango1-11/src/requirements.txt +++ b/trydjango1-11/src/requirements.txt @@ -21,7 +21,7 @@ olefile==0.44 pbr==3.1.1 Pillow==4.2.1 psycopg2==2.7.3.1 -PyJWT==1.5.3 +PyJWT==2.4.0 PySocks==1.6.7 python-dateutil==2.6.1 pytz==2017.2