From 428e4d8b6dfe9ae924aa057a2ebd96853c9563b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 May 2022 21:34:41 -0600 Subject: [PATCH] Bump pyjwt from 2.3.0 to 2.4.0 (#479) Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.3.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.3.0...2.4.0) --- updated-dependencies: - dependency-name: pyjwt dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8860a5fd..8624bfee 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,6 +3,6 @@ cryptography==36.0.2 Flask==2.1.1 Pallets-Sphinx-Themes==2.0.2 pre-commit==2.18.1 -PyJWT==2.3.0 +PyJWT==2.4.0 Sphinx==4.5.0 tox==3.25.0