From ec120923a20f7237620fa313d89635c327f6ebfc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 May 2022 04:44:37 +0000 Subject: [PATCH] Bump pyjwt from 1.7.1 to 2.4.0 in /hospitrack-server 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] --- hospitrack-server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hospitrack-server/requirements.txt b/hospitrack-server/requirements.txt index 4bb38e8..a3409d4 100644 --- a/hospitrack-server/requirements.txt +++ b/hospitrack-server/requirements.txt @@ -25,7 +25,7 @@ multidict==4.7.5 oauthlib==3.1.0 psycopg2==2.8.4 pycparser==2.20 -PyJWT==1.7.1 +PyJWT==2.4.0 python-dateutil==2.8.1 requests==2.23.0 requests-oauthlib==1.3.0