From ec4e74a44e33d38833eeaece8bd429d3ca2ea143 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 May 2022 05:51:03 +0000 Subject: [PATCH] Bump pyjwt from 1.7.1 to 2.4.0 in /backend/requirements Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 1.7.1 to 2.4.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/1.7.1...2.4.0) --- updated-dependencies: - dependency-name: pyjwt dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements/requirements.txt b/backend/requirements/requirements.txt index 76b1dce..4c6b99f 100644 --- a/backend/requirements/requirements.txt +++ b/backend/requirements/requirements.txt @@ -8,7 +8,7 @@ graphql-core==2.3.2 graphql-relay==2.0.1 django-guardian==2.4.0 promise==2.3 -pyJWT==1.7.1 +pyJWT==2.4.0 PyYAML==5.4.1 django-environ==0.8.1 postgres==4.0