From b2bdccc465d1e038d6e71bd63f64f0e1889ccf9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 May 2022 00:35:57 +0000 Subject: [PATCH] Bump pyjwt from 1.5.3 to 2.4.0 in /yummy_api 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] --- yummy_api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yummy_api/requirements.txt b/yummy_api/requirements.txt index 228bd2e..c4a6767 100644 --- a/yummy_api/requirements.txt +++ b/yummy_api/requirements.txt @@ -25,7 +25,7 @@ nose==1.3.7 psycopg2==2.7.3.2 pyasn1==0.3.7 pycparser==2.18 -PyJWT==1.5.3 +PyJWT==2.4.0 python-dateutil==2.6.1 python-editor==1.0.3 PyYAML==3.12