From 9466bf5f052e3e465f609e9b8050852f206af412 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 13:40:17 +0000 Subject: [PATCH] Update pip requirement from <24.1,>=9 to >=24.1.1,<24.2 Updates the requirements on [pip](https://github.com/pypa/pip) to permit the latest version. - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/pip/compare/9.0.0...24.1.1) --- updated-dependencies: - dependency-name: pip dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5f67a8d4e..54de9ab95 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>=24.1.1,<24.2', 'jmespath>=0.9.3,<2.0.0', 'pyyaml>=5.3.1,<7.0.0', 'inquirer>=2.7.0,<3.0.0',