From 696f3b10cf0342f1e1fe398d0cfc37888b03c64e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 May 2022 04:02:27 +0000 Subject: [PATCH] chore(deps): bump pyjwt from 1.7.1 to 2.4.0 in /web_api 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] --- web_api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_api/requirements.txt b/web_api/requirements.txt index ffb7d14..399ba1a 100644 --- a/web_api/requirements.txt +++ b/web_api/requirements.txt @@ -23,7 +23,7 @@ MarkupSafe==1.1.1 mccabe==0.6.1 passlib==1.7.1 psycopg2-binary==2.7.7 -PyJWT==1.7.1 +PyJWT==2.4.0 pylint==2.3.1 python-dateutil==2.8.0 python-dotenv==0.10.1