From d41b3e525524e1e93e56dfaecfc1d8e7423e3b5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Nov 2021 17:47:19 +0000 Subject: [PATCH] Bump pip from 9.0.1 to 21.1 in /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] --- integration/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/requirements.txt b/integration/requirements.txt index 6614d966a7..171c0ac6ec 100644 --- a/integration/requirements.txt +++ b/integration/requirements.txt @@ -4,7 +4,7 @@ jupyter_client==5.2.3 nbconvert==5.6.0 nbformat==4.4.0 numpy==1.15.3 -pip==9.0.1; python_version >= '3.6' +pip==21.1; python_version >= '3.6' pytest==5.2.0 pytest-timeout==1.3.3 pytest-xdist==1.30.0