From 62f48636c499828d1555b7b6fa4b78522a8a0fbc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 May 2022 03:59:57 +0000 Subject: [PATCH] Bump pyjwt from 1.7.1 to 2.4.0 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] --- requirements-dev.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 06b61f74..9846427d 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -156,7 +156,7 @@ pyee==8.2.2 pyfaidx==0.6.4 pyflakes==2.4.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' pygments==2.11.2; python_version >= '3.5' -pyjwt==1.7.1 +pyjwt==2.4.0 pyliftover==0.4 pyparsing==2.4.7; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3' pyppeteer==1.0.2; python_version >= '3.7' and python_version < '4.0' diff --git a/requirements.txt b/requirements.txt index aae15f3d..5933cbd2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -96,7 +96,7 @@ pydantic==1.9.0 pyee==8.2.2 pyfaidx==0.6.4 pygments==2.11.2; python_version >= '3.5' -pyjwt==1.7.1 +pyjwt==2.4.0 pyliftover==0.4 pyparsing==2.4.7; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3' pyppeteer==1.0.2; python_version >= '3.7' and python_version < '4.0'