From 4f45c5a13a5f9fd02368c93a44b5382b8d56a6b4 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2020 12:50:07 +0000 Subject: [PATCH] Bump pip from 19.3.1 to 20.2.3 in /python/helpers Bumps [pip](https://github.com/pypa/pip) from 19.3.1 to 20.2.3. - [Release notes](https://github.com/pypa/pip/releases) - [Changelog](https://github.com/pypa/pip/blob/master/NEWS.rst) - [Commits](https://github.com/pypa/pip/compare/19.3.1...20.2.3) Signed-off-by: dependabot-preview[bot] --- python/helpers/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/helpers/requirements.txt b/python/helpers/requirements.txt index bd80561f02e..9b56ab4e72a 100644 --- a/python/helpers/requirements.txt +++ b/python/helpers/requirements.txt @@ -1,4 +1,4 @@ -pip==19.3.1 +pip==20.2.3 pip-tools==4.2.0 hashin==0.14.6 pipenv==2018.11.26