From bcc4b880e47e4c99c154ef108382b5d945c1c8a3 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 23 Dec 2020 11:18:36 +0000 Subject: [PATCH] Bump pyjwt from 1.7.1 to 2.0.0 in /python/lib/dcos Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 1.7.1 to 2.0.0. - [Release notes](https://github.com/jpadilla/pyjwt/releases) - [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.md) - [Commits](https://github.com/jpadilla/pyjwt/compare/1.7.1...2.0.0) Signed-off-by: dependabot-preview[bot] --- python/lib/dcos/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/lib/dcos/setup.py b/python/lib/dcos/setup.py index 78d14cfa..0daf93c6 100644 --- a/python/lib/dcos/setup.py +++ b/python/lib/dcos/setup.py @@ -63,7 +63,7 @@ 'jsonschema>=2.5, <4.0', 'pager>=3.3, <4.0', 'prettytable>=0.7, <1.0', - 'PyJWT==1.7.1', + 'PyJWT==2.0.0', 'pygments>=2.0, <3.0', 'requests>=2.6, <3.0', 'six>=1.9, <2.0',