From 50b4368be1811793cfe5cae85adf92a3852e96da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Oct 2022 11:09:32 +0000 Subject: [PATCH] Bump djangorestframework-simplejwt from 4.6.0 to 5.2.2 in /server Bumps [djangorestframework-simplejwt](https://github.com/jazzband/djangorestframework-simplejwt) from 4.6.0 to 5.2.2. - [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.2) --- 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 947a734..b820fb7 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -1,7 +1,7 @@ asgiref==3.3.4 Django==3.2 djangorestframework==3.12.4 -djangorestframework-simplejwt==4.6.0 +djangorestframework-simplejwt==5.2.2 PyJWT==2.1.0 pytz==2021.1 sqlparse==0.4.1