From 8f443d0c3ef31e028a921554364443b3606706bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Feb 2022 18:10:14 +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 6f1e03f147..3b59d2539f 100644 --- a/integration/requirements.txt +++ b/integration/requirements.txt @@ -4,7 +4,7 @@ jupyter_client==7.1.0 nbconvert==6.3.0 nbformat==5.1.3 numpy==1.21.0 -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