From 82a4c22443846b415f3c54654d7b13354fcc2d8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 May 2022 04:04:43 +0000 Subject: [PATCH] chore(deps): bump pyjwt in /backend-project/requirements 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] --- backend-project/requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend-project/requirements/base.txt b/backend-project/requirements/base.txt index 0e5f2fe83..40d2491a7 100644 --- a/backend-project/requirements/base.txt +++ b/backend-project/requirements/base.txt @@ -9,7 +9,7 @@ djangorestframework-camel-case==1.2.0 djangorestframework-simplejwt==4.6.0 drf-yasg2==1.19.4 minio==6.0.0 -pyjwt==1.7.1 +pyjwt==2.4.0 requests==2.24.0 requests_oauthlib==1.3.0 whitenoise==5.2.0