From ad5e2b4849934cd59728c68c1336aa364ea70b5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 May 2022 05:51:58 +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 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d21aec5..dbd492b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ MarkupSafe==1.1.1 # BSD License (BSD-3-Clause) mccabe==0.6.1 # MIT License (Expat license) oauthlib==3.1.0 # OSI Approved, BSD License (BSD) psycopg2==2.8.4 # GNU Library or Lesser General Public License (LGPL), Zope Public License (LGPL with exceptions) -PyJWT==1.7.1 # MIT License (MIT) +PyJWT==2.4.0 # MIT License (MIT) pylint==2.4.4 # GNU General Public License (GPL) (GPL) python-dateutil==1.5 # Apache Software License, BSD License (Dual License) python3-openid==3.1.0 # Apache Software License