From 04eed038ef541ac42aa3333687dace761ea5accc Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 30 Jan 2021 13:07:33 +0000 Subject: [PATCH] Bump pip from 19.3.1 to 21.0.1 in /python/helpers Bumps [pip](https://github.com/pypa/pip) from 19.3.1 to 21.0.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/compare/19.3.1...21.0.1) 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..b7b9ada51d6 100644 --- a/python/helpers/requirements.txt +++ b/python/helpers/requirements.txt @@ -1,4 +1,4 @@ -pip==19.3.1 +pip==21.0.1 pip-tools==4.2.0 hashin==0.14.6 pipenv==2018.11.26