From 6a90149f2bf0bd550b6ff6ed74eed2fd4fbe161c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Jan 2023 17:29:15 +0000 Subject: [PATCH] Bump pyjwt from 1.4.2 to 2.4.0 in /TIWAP-master Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 1.4.2 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.4.2...2.4.0) --- updated-dependencies: - dependency-name: pyjwt dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- TIWAP-master/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TIWAP-master/requirements.txt b/TIWAP-master/requirements.txt index c6216dd..ff55090 100644 --- a/TIWAP-master/requirements.txt +++ b/TIWAP-master/requirements.txt @@ -3,7 +3,7 @@ Flask-Cors==3.0.10 Flask-Limiter==1.4 Jinja2==2.11.2 lxml -PyJWT==1.4.2 +PyJWT==2.4.0 pymongo==3.11.2 requests==2.24.0 urllib3==1.25.11