From b277ca42dcb73143a0b19a8fa6e4f6abc25186a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Apr 2021 06:07:01 +0000 Subject: [PATCH] Bump pyjwt from 2.0.1 to 2.1.0 in /server Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.0.1 to 2.1.0. - [Release notes](https://github.com/jpadilla/pyjwt/releases) - [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst) - [Commits](https://github.com/jpadilla/pyjwt/compare/2.0.1...2.1.0) 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..64f8fa5 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -3,6 +3,6 @@ Django==3.1.7 django-cors-headers==3.7.0 djangorestframework==3.12.2 djangorestframework-simplejwt==4.6.0 -PyJWT==2.0.1 +PyJWT==2.1.0 pytz==2021.1 sqlparse==0.4.1