From 241e8babb31482fa3341512feec45800a0477a33 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 3 Dec 2020 09:31:19 +0000 Subject: [PATCH] Bump pip from 19.3.1 to 20.3.1 in /python/helpers Bumps [pip](https://github.com/pypa/pip) from 19.3.1 to 20.3.1. - [Release notes](https://github.com/pypa/pip/releases) - [Changelog](https://github.com/pypa/pip/blob/master/NEWS.rst) - [Commits](https://github.com/pypa/pip/commits) 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..cf44bed3b88 100644 --- a/python/helpers/requirements.txt +++ b/python/helpers/requirements.txt @@ -1,4 +1,4 @@ -pip==19.3.1 +pip==20.3.1 pip-tools==4.2.0 hashin==0.14.6 pipenv==2018.11.26