From d4e843656b7d92fe5072368aaec86f32eca9e641 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 May 2022 00:20:06 +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] --- dev-requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 75e2c7d..94d138c 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -4,7 +4,7 @@ pytest==3.9.1 pytest-cov==2.6.0 Sphinx==1.8.1 pook==0.2.5 -PyJWT==1.6.4 +PyJWT==2.4.0 cryptography==2.3.1 lxml==4.2.5 xmlsec==1.3.3 diff --git a/requirements.txt b/requirements.txt index 9309cd7..49d1d5f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ idna==2.5 requests==2.21.0 -PyJWT==1.6.4 +PyJWT==2.4.0 cryptography==2.3.1 lxml==4.2.5 xmlsec==1.3.3