From 7207054779a62f97cd5eafe9dcdeb09ddfd857a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Mar 2021 06:46:21 +0000 Subject: [PATCH] Bump pip-tools from 5.4.0 to 6.0.1 in /python/helpers Bumps [pip-tools](https://github.com/jazzband/pip-tools) from 5.4.0 to 6.0.1. - [Release notes](https://github.com/jazzband/pip-tools/releases) - [Changelog](https://github.com/jazzband/pip-tools/blob/master/CHANGELOG.md) - [Commits](https://github.com/jazzband/pip-tools/compare/5.4.0...6.0.1) Signed-off-by: dependabot[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 8ffbd1b16f1..b3504a5dc71 100644 --- a/python/helpers/requirements.txt +++ b/python/helpers/requirements.txt @@ -1,5 +1,5 @@ pip==20.3.3 -pip-tools==5.4.0 +pip-tools==6.0.1 flake8==3.8.4 hashin==0.15.0 pipenv==2018.11.26