From 5ec5e1373992c7e583538aef937c638d9b8664d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 May 2022 23:50:37 +0000 Subject: [PATCH] Bump pyjwt from 1.5.0 to 2.4.0 in /services/auth Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 1.5.0 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.0...2.4.0) --- updated-dependencies: - dependency-name: pyjwt dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- services/auth/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/auth/requirements.txt b/services/auth/requirements.txt index 9f08d80..5db5d04 100644 --- a/services/auth/requirements.txt +++ b/services/auth/requirements.txt @@ -21,7 +21,7 @@ path.py==10.3.1 pathtools==0.1.2 pbr==3.0.1 psycopg2==2.7.1 -PyJWT==1.5.0 +PyJWT==2.4.0 python-dateutil==2.6.0 python-editor==1.0.3 python-mimeparse==1.6.0