From 3d84b517babee82c30340029e09a8b19a68fd673 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 May 2022 04:31:10 +0000 Subject: [PATCH] Bump pyjwt from 2.1.0 to 2.4.0 in /api Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.1.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/2.1.0...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 8a6facd..b66f1d6 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -26,7 +26,7 @@ oauthlib==3.1.1 pathspec==0.8.1 Pillow==8.2.0 pycparser==2.20 -PyJWT==2.1.0 +PyJWT==2.4.0 pylint==2.8.3 python3-openid==3.2.0 pytz==2021.1