From 4d1c4be1248eac4852b7c8e9dafbaf5ca2228043 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Oct 2022 14:38:09 +0000 Subject: [PATCH] Bump djangorestframework-simplejwt from 5.0.0 to 5.2.1 Bumps [djangorestframework-simplejwt](https://github.com/jazzband/djangorestframework-simplejwt) from 5.0.0 to 5.2.1. - [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.1) --- 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..1e47b88 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.1 # Django Rest Auth django-rest-auth==0.9.5 \ No newline at end of file