From 7e86986f31fe9c1fe4c14d0f39ad73cf72aacc5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 24 Dec 2022 19:57:39 +0000 Subject: [PATCH] Bump pyjwt in /server_side_codes/apis/user_registration 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] --- server_side_codes/apis/user_registration/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server_side_codes/apis/user_registration/requirements.txt b/server_side_codes/apis/user_registration/requirements.txt index 32a86544f..6ad43c388 100644 --- a/server_side_codes/apis/user_registration/requirements.txt +++ b/server_side_codes/apis/user_registration/requirements.txt @@ -13,7 +13,7 @@ MarkupSafe==1.1.1 mysql-connector-python==8.0.25 passlib==1.7.4 protobuf==4.21.12 -PyJWT==1.7.1 +PyJWT==2.4.0 PyMySQL==1.0.2 pytz==2022.7 six==1.16.0