From f64ed42066410ffbb7c1062b0871caaa27b350fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 May 2022 14:35:47 +0000 Subject: [PATCH] Bump djangorestframework-simplejwt from 5.0.0 to 5.2.0 Bumps [djangorestframework-simplejwt](https://github.com/jazzband/djangorestframework-simplejwt) from 5.0.0 to 5.2.0. - [Release notes](https://github.com/jazzband/djangorestframework-simplejwt/releases) - [Changelog](https://github.com/jazzband/djangorestframework-simplejwt/blob/master/CHANGELOG.md) - [Commits](https://github.com/jazzband/djangorestframework-simplejwt/compare/v5.0.0...v5.2.0) --- updated-dependencies: - dependency-name: djangorestframework-simplejwt dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 22d0d72..11c0776 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -28,7 +28,7 @@ drf-nested-routers==0.93.4 drf-yasg==1.20.0 # JWT -djangorestframework-simplejwt==5.0.0 +djangorestframework-simplejwt==5.2.0 # Django Rest Auth django-rest-auth==0.9.5 \ No newline at end of file