From f0317bd21a0406874797f1e21d22c61682b0a2b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 May 2022 01:51:08 +0000 Subject: [PATCH] Bump pyjwt from 1.7.1 to 2.4.0 in /pmp_backend 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] --- pmp_backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pmp_backend/requirements.txt b/pmp_backend/requirements.txt index c6321ce..478706e 100644 --- a/pmp_backend/requirements.txt +++ b/pmp_backend/requirements.txt @@ -1,7 +1,7 @@ flask == 1.0.2 pip == 19.0.1 SQLAlchemy == 1.2.17 -pyjwt == 1.7.1 +pyjwt == 2.4.0 flask_sqlalchemy == 2.3.2 flask_cors == 3.0.7 flask_socketio == 3.1.2