From 55ca615d2efee45b47ada316008ae5589a9d387a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Nov 2021 17:48:17 +0000 Subject: [PATCH] Bump pip from 9.0.1 to 21.1 in /cli/integration Bumps [pip](https://github.com/pypa/pip) from 9.0.1 to 21.1. - [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.1...21.1) --- updated-dependencies: - dependency-name: pip dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- cli/integration/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/integration/requirements.txt b/cli/integration/requirements.txt index 3e6e025e0..d11242220 100644 --- a/cli/integration/requirements.txt +++ b/cli/integration/requirements.txt @@ -1,4 +1,4 @@ -pip==9.0.1; python_version >= '3.6' +pip==21.1; python_version >= '3.6' pytest>=4.3.0,<=5.3.5 pytest-xdist>=1.20.1,<2.0.0 pyyaml>=3.13