From fef2fe87282147f82ce2c24d056cd5e102f37007 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 31 Jul 2021 08:08:40 +0000 Subject: [PATCH] Bump pip from 19.3.1 to 21.2.2 in /python/helpers Bumps [pip](https://github.com/pypa/pip) from 19.3.1 to 21.2.2. - [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/19.3.1...21.2.2) 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..db1ac8aaf3a 100644 --- a/python/helpers/requirements.txt +++ b/python/helpers/requirements.txt @@ -1,4 +1,4 @@ -pip==19.3.1 +pip==21.2.2 pip-tools==4.2.0 hashin==0.14.6 pipenv==2018.11.26