From 01c6f76e10689287f07dca04bac94ed361bcc0dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 May 2022 02:08:37 +0000 Subject: [PATCH] Bump pyjwt from 1.7.1 to 2.4.0 in /exercise Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 1.7.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/1.7.1...2.4.0) --- updated-dependencies: - dependency-name: pyjwt dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- exercise/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercise/requirements.txt b/exercise/requirements.txt index 378c27f..55b5319 100644 --- a/exercise/requirements.txt +++ b/exercise/requirements.txt @@ -20,7 +20,7 @@ multidict==4.5.2 post==2019.4.13 public==2019.4.13 py-mini-racer==0.1.18 -PyJWT==1.7.1 +PyJWT==2.4.0 pylint==2.3.1 PySocks==1.7.0 python-dotenv==0.10.3