From 42fa9d46c68402c18e69d8538530544b5e68d82b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 May 2022 03:08:48 +0000 Subject: [PATCH] Bump pyjwt from 1.6.4 to 2.4.0 in /webdna-django-server Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 1.6.4 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.4...2.4.0) --- updated-dependencies: - dependency-name: pyjwt dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- webdna-django-server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webdna-django-server/requirements.txt b/webdna-django-server/requirements.txt index 9111030d2..0ff4ae324 100644 --- a/webdna-django-server/requirements.txt +++ b/webdna-django-server/requirements.txt @@ -14,7 +14,7 @@ kombu==4.2.1 numpy==1.14.5 psycopg2-binary==2.7.5 pycparser==2.18 -PyJWT==1.6.4 +PyJWT==2.4.0 pytz==2018.5 six==1.11.0 vine==1.1.4