From 8a58f94bb7f08bd418f903fbff3fac1d7b4616c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Oct 2022 11:12:38 +0000 Subject: [PATCH] Bump pyjwt from 2.1.0 to 2.6.0 in /server Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.1.0 to 2.6.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/commits) --- updated-dependencies: - dependency-name: pyjwt 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..fb899bc 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -2,6 +2,6 @@ asgiref==3.3.4 Django==3.2 djangorestframework==3.12.4 djangorestframework-simplejwt==4.6.0 -PyJWT==2.1.0 +PyJWT==2.6.0 pytz==2021.1 sqlparse==0.4.1