From 6a1a646ada0c37bc844187d77d4e9ce8a9de4172 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 May 2022 04:42:01 +0000 Subject: [PATCH] Bump pyjwt from 1.6.1 to 2.4.0 in /backend Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 1.6.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.6.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 6d069e2..f726fae 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -3,6 +3,6 @@ Django==2.2.10 django-cors-headers==2.2.0 djangorestframework==3.9.1 Pillow==6.2.0 -PyJWT==1.6.1 +PyJWT==2.4.0 python-decouple==3.1 pytz==2018.3