From 9b51b732059645f4de210e0d1d3994420ba159de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 May 2022 00:27:58 +0000 Subject: [PATCH] Bump pyjwt from 1.5.3 to 2.4.0 in /moodtracker 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] --- moodtracker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 moodtracker/requirements.txt diff --git a/moodtracker/requirements.txt b/moodtracker/requirements.txt old mode 100755 new mode 100644 index 203bdd1..9590452 --- a/moodtracker/requirements.txt +++ b/moodtracker/requirements.txt @@ -19,7 +19,7 @@ kombu==4.1.0 meld3==1.0.2 pathtools==0.1.2 pycparser==2.18 -PyJWT==1.5.3 +PyJWT==2.4.0 pyOpenSSL==17.3.0 pytz==2017.2 PyYAML==3.12