From 90781b807425a91fef1d02611532935470841416 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 May 2022 06:26:37 +0000 Subject: [PATCH] Bump pyjwt from 2.0.1 to 2.4.0 in /backend Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.0.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/2.0.1...2.4.0) --- updated-dependencies: - dependency-name: pyjwt dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 49b0b63..efa04cc 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -67,5 +67,5 @@ python-dotenv==0.15.0 redis==3.5.3 rq==1.7.0 dataclasses==0.6 -pyjwt==2.0.1 +pyjwt==2.4.0 hurry.filesize==0.9 \ No newline at end of file