From b4e2bcc8f8edcc31f2e4251e5175d587a98d532a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 May 2022 01:53:59 +0000 Subject: [PATCH] Bump pyjwt from 1.6.0 to 2.4.0 in /backend/server Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 1.6.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/1.6.0...2.4.0) --- updated-dependencies: - dependency-name: pyjwt dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/server/requirements.txt b/backend/server/requirements.txt index 0a936cc..fa0b719 100644 --- a/backend/server/requirements.txt +++ b/backend/server/requirements.txt @@ -12,7 +12,7 @@ Jinja2==2.10 MarkupSafe==1.0 pyasn1==0.4.2 pycparser==2.18 -PyJWT==1.6.0 +PyJWT==2.4.0 pymongo==3.6.1 python-engineio==2.0.4 python-socketio==1.9.0