From 48511562f189d33b43438ca608b10fc376508f09 Mon Sep 17 00:00:00 2001 From: James Saryerwinnie Date: Wed, 23 Mar 2022 15:50:27 -0400 Subject: [PATCH] Bump upper bound of jmespath dep to 2.0 We still support python3.6 so we're keeping the lower bound to ensure that py36 will pickup jmespath 0.10.0. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index edb4cf929..757177b9e 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ def recursive_include(relative_dir): 'six>=1.10.0,<2.0.0', 'pip>=9,<22.1', 'attrs>=19.3.0,<21.5.0', - 'jmespath>=0.9.3,<1.0.0', + 'jmespath>=0.9.3,<2.0.0', 'pyyaml>=5.3.1,<7.0.0', 'inquirer>=2.7.0,<3.0.0', 'wheel',