From 52e909105c7001495dbad74d5684883ebf6683ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 May 2022 06:09:40 +0000 Subject: [PATCH] Bump pyjwt from 2.1.0 to 2.4.0 in /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] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 181fc17..f9d86cb 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -7,5 +7,5 @@ Markdown~=3.3.4 django-filter~=21.1 djangorestframework-simplejwt~=4.8.0 django-cors-headers~=3.10.0 -PyJWT==2.1.0 +PyJWT==2.4.0 drf-yasg~=1.20.0 \ No newline at end of file