From 70f53ea1749cceb8deb5dc358dd8b63b6ad30b8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jul 2021 11:07:12 +0000 Subject: [PATCH] Bump djangorestframework-simplejwt from 4.6.0 to 4.7.2 in /server Bumps [djangorestframework-simplejwt](https://github.com/jazzband/djangorestframework-simplejwt) from 4.6.0 to 4.7.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...v4.7.2) --- updated-dependencies: - dependency-name: djangorestframework-simplejwt dependency-type: direct:production update-type: version-update:semver-minor ... 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..13da673 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==4.7.2 PyJWT==2.1.0 pytz==2021.1 sqlparse==0.4.1