From 35dae1c507dbaab09df96c2f5dc1d06884186218 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 May 2022 20:09:08 +0530 Subject: [PATCH] Bump pyjwt from 2.3.0 to 2.4.0 (#113) Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.3.0 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/2.3.0...2.4.0) --- updated-dependencies: - dependency-name: pyjwt dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Gowtham Sai <66207607+gowtham3105@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4a81a07..6ca6f8a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -29,7 +29,7 @@ pyasn1-modules==0.2.8 pylint==2.13.5 python-dotenv==0.20.0 pytz==2022.1 -PyJWT==2.3.0 +PyJWT==2.4.0 requests==2.27.1 rsa==4.8 six==1.16.0