From f9ad0bcbc72427161ccb49e51808cdf18f7b58ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 May 2022 02:50:36 +0000 Subject: [PATCH] Bump pyjwt from 1.5.3 to 2.4.0 in /api 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] --- api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements.txt b/api/requirements.txt index bc8a454..30f5d9a 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -108,7 +108,7 @@ py==1.7.0 pycparser==2.19 pydot==1.4.1 Pygments==2.2.0 -PyJWT==1.5.3 +PyJWT==2.4.0 pylint==2.2.2 PyMySQL==0.9.2 pyparsing==2.2.1