From bd70d559a807de762b9931665823a02620a5f191 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 May 2022 00:09:44 +0000 Subject: [PATCH] Bump pyjwt from 1.6.4 to 2.4.0 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] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 14551ff..7d6fd40 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ pbr==4.2.0 pluggy==0.7.1 py==1.5.4 pycryptodome==3.6.6 -PyJWT==1.6.4 +PyJWT==2.4.0 pytest==3.7.2 six==1.11.0 SQLAlchemy==1.2.10 diff --git a/setup.py b/setup.py index d98a3a1..52362d8 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ install_requires=[ "ecdsa==0.13.3", "flask>=1.0.2,<2", - "PyJWT>=1.6.4,<2", + "PyJWT>=1.6.4,<3", "SQLAlchemy>=1.2,<2", "Cerberus>=1.2,<2", "pycryptodome>=3.6,<4",