From 99cae10fe66d33c6135840b998de96b474955b26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 May 2022 05:23:55 +0000 Subject: [PATCH] :arrow_up: Bump pyjwt from 1.7.1 to 2.4.0 in /week1 Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 1.7.1 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.1...2.4.0) --- updated-dependencies: - dependency-name: pyjwt dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- week1/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/week1/requirements.txt b/week1/requirements.txt index 72e7e6d..6cf9a8b 100644 --- a/week1/requirements.txt +++ b/week1/requirements.txt @@ -3,7 +3,7 @@ chardet==3.0.4 ibm-cloud-sdk-core==1.5.1 ibm-watson==4.3.0 idna==2.9 -PyJWT==1.7.1 +PyJWT==2.4.0 python-dateutil==2.8.1 requests==2.23.0 six==1.14.0