Skip to content

Commit

Permalink
Bump upper bound of jmespath dep to 2.0
Browse files Browse the repository at this point in the history
We still support python3.6 so we're keeping the
lower bound to ensure that py36 will pickup
jmespath 0.10.0.
  • Loading branch information
jamesls committed Mar 23, 2022
1 parent 185802a commit 4851156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 4851156

Please sign in to comment.