From a61c0e9fa9dc14f4501af3e463205de5c8e3aefe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Oct 2022 04:02:55 +0000 Subject: [PATCH] Update pyjwt requirement from ~=2.5.0 to ~=2.6.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/commits) --- 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 b735e589c85..df7adcf8057 100644 --- a/requirements.txt +++ b/requirements.txt @@ -97,7 +97,7 @@ pyasn1~=0.4.8 pyasn1-modules~=0.2.8 pycparser~=2.21 Pygments~=2.13.0 -PyJWT~=2.5.0 +PyJWT~=2.6.0 pyparsing~=3.0.9 PyQt5~=5.15.7 PyQt5-Qt5~=5.15.2