From ce38b6f942a6894e8cd2afea6c65d430b08a6a37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 May 2022 00:37:53 +0000 Subject: [PATCH] Bump pyjwt from 1.5.3 to 2.4.0 Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 1.5.3 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.5.3...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 b07861d..e4e32d3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ lazy-object-proxy==1.3.1 MarkupSafe==1.0 mccabe==0.6.1 paho-mqtt==1.3.1 -PyJWT==1.5.3 +PyJWT==2.4.0 pylint==1.8.2 pymongo==3.6.0 python-dotenv==0.7.1