From 88c16fbb65523ff10600ccd2fa33cc0b0b599542 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 May 2022 02:17:39 +0000 Subject: [PATCH] Bump pyjwt from 1.6.1 to 2.4.0 in /config Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 1.6.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.6.1...2.4.0) --- updated-dependencies: - dependency-name: pyjwt dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- config/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/requirements.txt b/config/requirements.txt index 6ea2610..e966b7f 100644 --- a/config/requirements.txt +++ b/config/requirements.txt @@ -1,6 +1,6 @@ flake8==3.6.0 pbkdf2==1.3 -PyJWT==1.6.1 +PyJWT==2.4.0 psycopg2-binary==2.7.5 uri==2.0.0 urllib3==1.24.2