From 48401865e52d6192c56055348800d2a8c8d05d21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 May 2022 02:23:10 +0000 Subject: [PATCH] Bump pyjwt from 1.7.1 to 2.4.0 in /fieldprime-api 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] --- fieldprime-api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fieldprime-api/requirements.txt b/fieldprime-api/requirements.txt index b756c4e..e16b941 100644 --- a/fieldprime-api/requirements.txt +++ b/fieldprime-api/requirements.txt @@ -13,7 +13,7 @@ Jinja2==2.10 MarkupSafe==1.1.1 mysqlclient==1.4.2.post1 openapi-codec==1.3.2 -PyJWT==1.7.1 +PyJWT==2.4.0 pytz==2018.9 requests==2.21.0 simplejson==3.16.0