From e85453d8e3e8fd021384c2693c5b777b09e2c36e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 May 2022 04:00:13 +0000 Subject: [PATCH] Bump pyjwt from 2.0.1 to 2.4.0 in /mtg_secretary Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.0.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/2.0.1...2.4.0) --- updated-dependencies: - dependency-name: pyjwt dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- mtg_secretary/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mtg_secretary/requirements.txt b/mtg_secretary/requirements.txt index b913a6c..f2481a2 100644 --- a/mtg_secretary/requirements.txt +++ b/mtg_secretary/requirements.txt @@ -1 +1 @@ -PyJWT==2.0.1 +PyJWT==2.4.0