From d2be8b232d2a88e9ea48c04ccfb3f8883d77eac9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Nov 2021 11:08:43 +0000 Subject: [PATCH] Bump pyjwt from 1.7.1 to 2.3.0 Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 1.7.1 to 2.3.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.3.0) --- updated-dependencies: - dependency-name: pyjwt dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f86b000..b0b90db 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ Flask-Cors==3.0.7 Flask-RESTful==0.3.7 Jinja2==2.11.2 MarkupSafe==1.1.1 -PyJWT==1.7.1 +PyJWT==2.3.0 PyYAML==5.1.2 Werkzeug==1.0.1 adal==1.2.2