From 1590e93aa7c15f432cee22fa5ba77d21171cd71a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 May 2022 03:16:27 +0000 Subject: [PATCH] Bump pyjwt from 1.7.1 to 2.4.0 in /AuthService 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] --- AuthService/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AuthService/requirements.txt b/AuthService/requirements.txt index 1bb6199..9dfd92d 100644 --- a/AuthService/requirements.txt +++ b/AuthService/requirements.txt @@ -20,7 +20,7 @@ marshmallow==3.6.1 marshmallow-sqlalchemy==0.23.1 mccabe==0.6.1 mysqlclient==1.4.6 -PyJWT==1.7.1 +PyJWT==2.4.0 pylint==2.2.2 PyMySQL==0.9.3 pytz==2020.1