From 944c724a5d36c203f60e42271374d567ee2bed07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 May 2022 02:43:03 +0000 Subject: [PATCH] Bump pyjwt from 1.7.0 to 2.4.0 in /python/okta Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 1.7.0 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.0...2.4.0) --- updated-dependencies: - dependency-name: pyjwt dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python/okta/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/okta/requirements.txt b/python/okta/requirements.txt index 0a242ee..efb140d 100644 --- a/python/okta/requirements.txt +++ b/python/okta/requirements.txt @@ -1,7 +1,7 @@ cryptography==2.4.2 Flask==1.0.2 Flask-Cors==3.0.7 -PyJWT==1.7.0 +PyJWT==2.4.0 pytest==4.0.1 python-jose==1.3.2 requests==2.20.1