From 0c463ee8038b8a6f85ecd0b1ac326543608e9799 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 May 2022 23:52:03 +0000 Subject: [PATCH] Bump pyjwt from 1.5.0 to 2.4.0 in /061 Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 1.5.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.5.0...2.4.0) --- updated-dependencies: - dependency-name: pyjwt dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 061/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/061/requirements.txt b/061/requirements.txt index 9d2e45b..38aa939 100644 --- a/061/requirements.txt +++ b/061/requirements.txt @@ -3,7 +3,7 @@ chardet==3.0.3 click==6.7 idna==2.5 py==1.4.33 -PyJWT==1.5.0 +PyJWT==2.4.0 PySocks==1.6.7 pytest==3.1.0 pytz==2017.2