From fcc634c7c07d02cc6deeda6389e3e3c7e0e74e91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 May 2022 15:09:26 +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 update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- tested_requirements/requirements_35.txt | 2 +- tested_requirements/requirements_36.txt | 2 +- tested_requirements/requirements_37.txt | 2 +- tested_requirements/requirements_38.txt | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/setup.py b/setup.py index 5f15414701..dba54ac0e3 100644 --- a/setup.py +++ b/setup.py @@ -64,7 +64,7 @@ 'pyOpenSSL~=16.2.0,<21.0.0', 'cffi~=1.9,<1.15', 'cryptography~=2.5.0,<3.0.0', - 'pyjwt~=2.0.0', + 'pyjwt>=2.0,<2.5', 'idna~=2.11', 'oscrypto~=2.0.0', 'asn1crypto~=0.24.0,<2.0.0', diff --git a/tested_requirements/requirements_35.txt b/tested_requirements/requirements_35.txt index b6cd9ef167..2a85aca582 100644 --- a/tested_requirements/requirements_35.txt +++ b/tested_requirements/requirements_35.txt @@ -16,7 +16,7 @@ jmespath==0.10.0 oscrypto==1.2.1 pycparser==2.20 pycryptodomex==3.9.8 -PyJWT==1.7.1 +PyJWT==2.4.0 pyOpenSSL==19.1.0 python-dateutil==2.8.1 pytz==2020.1 diff --git a/tested_requirements/requirements_36.txt b/tested_requirements/requirements_36.txt index d02dff0e5b..afd2444113 100644 --- a/tested_requirements/requirements_36.txt +++ b/tested_requirements/requirements_36.txt @@ -19,7 +19,7 @@ oauthlib==3.1.0 oscrypto==1.2.1 pycparser==2.20 pycryptodomex==3.9.8 -PyJWT==1.7.1 +PyJWT==2.4.0 pyOpenSSL==19.1.0 python-dateutil==2.8.1 pytz==2020.1 diff --git a/tested_requirements/requirements_37.txt b/tested_requirements/requirements_37.txt index e72a53379c..55a8a24fb9 100644 --- a/tested_requirements/requirements_37.txt +++ b/tested_requirements/requirements_37.txt @@ -21,7 +21,7 @@ oscrypto==1.2.1 pycparser==2.20 pycryptodomex==3.9.8 pyelftools==0.26 -PyJWT==1.7.1 +PyJWT==2.4.0 pyOpenSSL==19.1.0 python-dateutil==2.8.1 pytz==2020.1 diff --git a/tested_requirements/requirements_38.txt b/tested_requirements/requirements_38.txt index c4c97b108c..0555b1a502 100644 --- a/tested_requirements/requirements_38.txt +++ b/tested_requirements/requirements_38.txt @@ -19,7 +19,7 @@ oauthlib==3.1.0 oscrypto==1.2.1 pycparser==2.20 pycryptodomex==3.9.8 -PyJWT==1.7.1 +PyJWT==2.4.0 pyOpenSSL==19.1.0 python-dateutil==2.8.1 pytz==2020.1