From c4e229a67e4907122da8b45d808c7fd63286e071 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 16 Nov 2020 11:19:54 +0000 Subject: [PATCH] Update prettytable requirement in /python/lib/dcos Updates the requirements on [prettytable](https://github.com/jazzband/prettytable) to permit the latest version. - [Release notes](https://github.com/jazzband/prettytable/releases) - [Changelog](https://github.com/jazzband/prettytable/blob/master/CHANGELOG.md) - [Commits](https://github.com/jazzband/prettytable/compare/0.7.0...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..6312e7c9 100644 --- a/python/lib/dcos/setup.py +++ b/python/lib/dcos/setup.py @@ -62,7 +62,7 @@ install_requires=[ 'jsonschema>=2.5, <4.0', 'pager>=3.3, <4.0', - 'prettytable>=0.7, <1.0', + 'prettytable>=0.7, <3.0', 'PyJWT==1.7.1', 'pygments>=2.0, <3.0', 'requests>=2.6, <3.0',