From 8b3c41e236c3b42e5eedc6b921dcf2b9175758ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Nov 2022 12:41:23 +0000 Subject: [PATCH] build(deps): bump pyjwt from 2.3.0 to 2.4.0 in /jans-cli-tui 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] --- jans-cli-tui/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jans-cli-tui/setup.py b/jans-cli-tui/setup.py index 75cbe389539..46241f7b3d8 100644 --- a/jans-cli-tui/setup.py +++ b/jans-cli-tui/setup.py @@ -60,7 +60,7 @@ def find_version(*file_paths): zip_safe=False, install_requires=[ "ruamel.yaml>=0.16.5", - "PyJWT==2.3.0", + "PyJWT==2.4.0", "pygments", "prompt_toolkit==3.0.33", "requests",