From 3031e26697451f5eb806dcc7131ce9929bbee3a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 May 2022 02:25:31 +0000 Subject: [PATCH] Bump pyjwt from 1.6.4 to 2.4.0 in /api Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 1.6.4 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.6.4...2.4.0) --- updated-dependencies: - dependency-name: pyjwt dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements.txt b/api/requirements.txt index fa55a72..f574d3c 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -62,7 +62,7 @@ psycopg2==2.7.5 pycodestyle==2.4.0 pydocstyle==2.1.1 pyflakes==2.0.0 -PyJWT==1.6.4 +PyJWT==2.4.0 python-dateutil==2.7.3 python-gettext==3.0 python-http-client==3.1.0