From 91d077321d4f9f34b1d926cab6fa84dd25f72410 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 May 2022 04:56:43 +0000 Subject: [PATCH] Bump pyjwt from 2.0.1 to 2.4.0 in /api 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] --- api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements.txt b/api/requirements.txt index 0dab697d..e6c7a992 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -13,5 +13,5 @@ six==1.15.0 sqlparse==0.4.2 tzlocal==2.1 urllib3==1.26.5 -PyJWT==2.0.1 +PyJWT==2.4.0 SQLAlchemy==1.4.8 \ No newline at end of file