From 1d8fa6c190e2d3792fc042f09b2adf79747d0a3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 May 2022 05:43:18 +0000 Subject: [PATCH] Bump pyjwt in /COMP9900/capstoneproject-comp9900-h18a-yyds/backend 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] --- .../capstoneproject-comp9900-h18a-yyds/backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/COMP9900/capstoneproject-comp9900-h18a-yyds/backend/requirements.txt b/COMP9900/capstoneproject-comp9900-h18a-yyds/backend/requirements.txt index 9447591..e741fda 100644 --- a/COMP9900/capstoneproject-comp9900-h18a-yyds/backend/requirements.txt +++ b/COMP9900/capstoneproject-comp9900-h18a-yyds/backend/requirements.txt @@ -9,7 +9,7 @@ werkzeug==1.0.1 flask-cors==3.0.10 pymongo==3.11.4 Pillow==8.2.0 -PyJWT==2.1.0 +PyJWT==2.4.0 flask-jwt-extended==4.2.1 certifi==2021.5.30 flask-caching==1.10.1