From c9cb9ea157512a0ee565307c8c7ec633184fef02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Sep 2022 00:51:16 +0000 Subject: [PATCH] Bump pyjwt from 2.0.0 to 2.5.0 Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.0.0 to 2.5.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/2.0.0...2.5.0) --- updated-dependencies: - dependency-name: pyjwt dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 78f70d9..9775fb8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ gunicorn==20.0.4 idna==2.10 mysqlclient==2.0.3 psycopg2==2.8.6 -PyJWT==2.0.0 +PyJWT==2.5.0 python-dotenv==0.15.0 pytz==2020.5 requests==2.25.1