diff --git a/setup.py b/setup.py index 5f67a8d4e..a65a89591 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def recursive_include(relative_dir): 'botocore>=1.14.0,<2.0.0', 'typing-extensions>=4.0.0,<5.0.0;python_version<"3.8"', 'six>=1.10.0,<2.0.0', - 'pip>=9,<24.1', + 'pip>=9,<24.3', 'jmespath>=0.9.3,<2.0.0', 'pyyaml>=5.3.1,<7.0.0', 'inquirer>=2.7.0,<3.0.0',