From 77f8e921025cc40f1e2f2995852c99bca94e56b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Oct 2022 05:03:37 +0000 Subject: [PATCH] Bump djangorestframework-simplejwt from 4.6.0 to 5.2.1 in /server Bumps [djangorestframework-simplejwt](https://github.com/jazzband/djangorestframework-simplejwt) from 4.6.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/v4.6.0...v5.2.1) --- updated-dependencies: - dependency-name: djangorestframework-simplejwt dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index 724de66..34dbc9f 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -2,7 +2,7 @@ asgiref==3.3.1 Django==3.1.7 django-cors-headers==3.7.0 djangorestframework==3.12.2 -djangorestframework-simplejwt==4.6.0 +djangorestframework-simplejwt==5.2.1 PyJWT==2.0.1 pytz==2021.1 sqlparse==0.4.1