From 7b563d1291cc9d4838700aee678afc4631ffe4fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 May 2022 03:08:42 +0000 Subject: [PATCH] Bump pyjwt from 1.6.0 to 2.4.0 Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 1.6.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/1.6.0...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 2a38f99..be7721f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,7 +20,7 @@ pyrabbit==1.1.0 flower==0.9.2 CMRESHandler==1.0.0 simplejson==3.13.2 -PyJWT==1.6.0 +PyJWT==2.4.0 psycopg2==2.7.4 minio==3.0.3 python-dotenv==0.8.2