From 6acc863031b3bb1e8f2db3522f0d49fad68ed727 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Jul 2021 18:49:20 +0000 Subject: [PATCH] Bump pip from 9.0.1 to 19.2 in /cli/integration Bumps [pip](https://github.com/pypa/pip) from 9.0.1 to 19.2. - [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...19.2) --- 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..26329b490 100644 --- a/cli/integration/requirements.txt +++ b/cli/integration/requirements.txt @@ -1,4 +1,4 @@ -pip==9.0.1; python_version >= '3.6' +pip==19.2; python_version >= '3.6' pytest>=4.3.0,<=5.3.5 pytest-xdist>=1.20.1,<2.0.0 pyyaml>=3.13