From cedab83b0973fbe1201f62d0ec395c732bde8b28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 14:21:04 +0000 Subject: [PATCH] Update pip requirement from <22.2,>=9 to >=9,<22.4 Updates the requirements on [pip](https://github.com/pypa/pip) to permit the latest version. - [Release notes](https://github.com/pypa/pip/releases) - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/pip/compare/9.0.0...22.3) --- 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 09277c631..bb8c7acf4 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ def recursive_include(relative_dir): 'typing==3.6.4;python_version<"3.7"', 'mypy-extensions==0.4.3', 'six>=1.10.0,<2.0.0', - 'pip>=9,<22.2', + 'pip>=9,<22.4', 'attrs>=19.3.0,<21.5.0', 'jmespath>=0.9.3,<2.0.0', 'pyyaml>=5.3.1,<7.0.0',