From f0593cb8ab4b9889a3564ba15129c2933faf33b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 May 2022 00:01:22 +0000 Subject: [PATCH] Bump pyjwt from 1.6.1 to 2.4.0 Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 1.6.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.6.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 9f0b3a8..70d1e3d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ mysqlclient==1.3.12 oauthlib==2.0.7 pexpect==4.5.0 ptyprocess==0.5.2 -PyJWT==1.6.1 +PyJWT==2.4.0 psutil==5.4.6 PyMySQL==0.8.1 python-openid==2.2.5