From 7c8e8fe1bd1d091d2e48a60b2d09cadc13bdf797 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Oct 2022 15:14:27 +0000 Subject: [PATCH] Bump pyjwt from 1.7.1 to 2.6.0 Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 1.7.1 to 2.6.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/commits) --- 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..e8a1381049 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.7', '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..0411ecc658 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.6.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..e66d368cb4 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.6.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..16092f3456 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.6.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..d683158bef 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.6.0 pyOpenSSL==19.1.0 python-dateutil==2.8.1 pytz==2020.1