From 0bc6ea8ea1b1953c3996d8f862f9da8a85831e04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 May 2022 06:20:35 +0000 Subject: [PATCH] Bump pyjwt from 2.0.1 to 2.4.0 in /back Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.0.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/2.0.1...2.4.0) --- updated-dependencies: - dependency-name: pyjwt dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- back/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/back/requirements.txt b/back/requirements.txt index 336574a..cf6c329 100644 --- a/back/requirements.txt +++ b/back/requirements.txt @@ -15,7 +15,7 @@ jsonschema==3.2.0 MarkupSafe==1.1.1 marshmallow==3.11.1 pycparser==2.20 -PyJWT==2.0.1 +PyJWT==2.4.0 pyrsistent==0.17.3 pytz==2021.1 six==1.15.0