From d1dbd07699226427fab777d553257048f0d77a59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 May 2022 04:49:59 +0000 Subject: [PATCH] Bump pyjwt from 1.5.3 to 2.4.0 in /libraries/botbuilder-core Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 1.5.3 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.5.3...2.4.0) --- updated-dependencies: - dependency-name: pyjwt dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- libraries/botbuilder-core/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/botbuilder-core/requirements.txt b/libraries/botbuilder-core/requirements.txt index 06e8b3261..0b20d1b29 100644 --- a/libraries/botbuilder-core/requirements.txt +++ b/libraries/botbuilder-core/requirements.txt @@ -2,6 +2,6 @@ msrest==0.6.10 botframework-connector==4.10.0 botbuilder-schema==4.10.0 requests==2.23.0 -PyJWT==1.5.3 +PyJWT==2.4.0 cryptography==2.8.0 aiounittest==1.3.0 \ No newline at end of file