From da1bf5298adb550e4163c8a2923fef4cea0467e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 May 2022 00:20:29 +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 fc860bc..2bd96fd 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -38,7 +38,7 @@ packaging==20.9 psycopg2-binary==2.7.6.1 pycparser==2.19 Pygments==2.7.4 -PyJWT==1.6.4 +PyJWT==2.4.0 python-dateutil==2.7.5 pytz==2018.7 PyYAML==5.4