From c1b9ccc64d26a7096b57721a4c0b1543a8982154 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 May 2022 02:56:55 +0000 Subject: [PATCH] Bump pyjwt from 2.1.0 to 2.4.0 Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.1.0 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/2.1.0...2.4.0) --- updated-dependencies: - dependency-name: pyjwt dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- requirements_old.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 9c51583..beb33e1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -39,7 +39,7 @@ pbr==5.6.0 plumber==1.6 psycopg2-binary==2.8.6 pycparser==2.20 -PyJWT==2.1.0 +PyJWT==2.4.0 pytest-runner==5.3.1 python-dateutil==2.8.2 python-docx==0.8.11 diff --git a/requirements_old.txt b/requirements_old.txt index ab9a657..0a0d4b9 100644 --- a/requirements_old.txt +++ b/requirements_old.txt @@ -38,7 +38,7 @@ pbr==5.4.4 plumber==1.5 psycopg2-binary==2.9.1 pycparser==2.20 -PyJWT==1.7.1 +PyJWT==2.4.0 pytest-runner==5.1 python-dateutil==2.8.1 python-docx==0.8.10