From 349f9abd186a7844f771096910341b2777c1c3e2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 29 Apr 2021 11:20:04 +0000 Subject: [PATCH] Bump pyjwt from 1.7.1 to 2.1.0 in /python/lib/dcos Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 1.7.1 to 2.1.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/1.7.1...2.1.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..636702a7 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.1.0', 'pygments>=2.0, <3.0', 'requests>=2.6, <3.0', 'six>=1.9, <2.0',