From f10fa34a5bc23a82957bcde9f2e798d4a0bfdc6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Sep 2022 04:04:27 +0000 Subject: [PATCH] Update pyjwt requirement from ~=2.4.0 to ~=2.5.0 Updates the requirements on [pyjwt](https://github.com/jpadilla/pyjwt) to permit the latest version. - [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.4.0...2.5.0) --- updated-dependencies: - dependency-name: pyjwt dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 618dba799a5..9ed6c721a91 100644 --- a/requirements.txt +++ b/requirements.txt @@ -101,7 +101,7 @@ pyasn1~=0.4.8 pyasn1-modules~=0.2.8 pycparser~=2.21 Pygments~=2.13.0 -PyJWT~=2.4.0 +PyJWT~=2.5.0 pyparsing~=3.0.9 PyQt5~=5.15.7 PyQt5-Qt5~=5.15.2