From f966ca06726e5fa45fe0af20ba2f9b1c565f04cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 May 2022 04:28:58 +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] --- flask-blueprint/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flask-blueprint/requirements.txt b/flask-blueprint/requirements.txt index 03ae65a..f4c6edb 100644 --- a/flask-blueprint/requirements.txt +++ b/flask-blueprint/requirements.txt @@ -19,7 +19,7 @@ MarkupSafe==1.1.1 marshmallow==3.2.1 marshmallow-sqlalchemy==0.19.0 passlib==1.7.1 -PyJWT==1.7.1 +PyJWT==2.4.0 pytz==2019.3 six==1.12.0 speaklater==1.3