From ce23d11930ce57790633e02dba75c6b4e17261d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 May 2022 03:54:02 +0000 Subject: [PATCH] Bump pyjwt from 1.7.1 to 2.4.0 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] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 Pipfile diff --git a/Pipfile b/Pipfile old mode 100755 new mode 100644 index d3f355e..5e61d46 --- a/Pipfile +++ b/Pipfile @@ -51,7 +51,7 @@ Flask-WTF = "==0.14.3" Jinja2 = ">=2.10.1" MarkupSafe = "==1.1.1" Pillow = "==7.1.2" -PyJWT = "==1.7.1" +PyJWT = "==2.4.0" PySocks = "==1.7.1" SQLAlchemy = ">=1.3.0" SQLAlchemy-Utils = "==0.36.5"