From f03fef737b764a558de0d5e559ed38255d21f225 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 May 2022 03:08:51 +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 ... Signed-off-by: dependabot[bot] --- requirements.in | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.in b/requirements.in index 899a6dc..75fb50f 100644 --- a/requirements.in +++ b/requirements.in @@ -3,7 +3,7 @@ flask~=2.1 flask-marshmallow==0.11.* marshmallow-enum~=1.5 pyyaml~=6.0 -PyJWT~=1.7 +PyJWT~=2.4 webargs~=5.5 typing-extensions~=4.0 python-dotenv==0.13.* diff --git a/requirements.txt b/requirements.txt index fb631ce..cbd0b91 100644 --- a/requirements.txt +++ b/requirements.txt @@ -105,7 +105,7 @@ pyasn1-modules==0.2.8 # via google-auth pycparser==2.21 # via cffi -pyjwt==1.7.1 +pyjwt==2.4.0 # via -r requirements.in pyparsing==3.0.8 # via packaging