From 9e9b470f26bf9a96d2dee6918bee8018c4afceb2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 May 2022 05:59:37 +0000 Subject: [PATCH] Bump pyjwt from 2.3.0 to 2.4.0 in /core Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.3.0 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.3.0...2.4.0) --- updated-dependencies: - dependency-name: pyjwt dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- core/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/requirements.txt b/core/requirements.txt index 7cceca8..0e332a8 100644 --- a/core/requirements.txt +++ b/core/requirements.txt @@ -23,7 +23,7 @@ oauthlib==3.2.0 packaging==21.3 pycodestyle==2.8.0 pycparser==2.21 -PyJWT==2.3.0 +PyJWT==2.4.0 pyparsing==3.0.7 python3-openid==3.2.0 pytz==2022.1