From fe8f3b410cc307de0d27b067ad32391e0af70737 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jun 2022 09:29:06 +0000 Subject: [PATCH] Bump pip-tools from 6.3.1 to 6.8.0 in /python/helpers Bumps [pip-tools](https://github.com/jazzband/pip-tools) from 6.3.1 to 6.8.0. - [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/6.3.1...6.8.0) --- updated-dependencies: - dependency-name: pip-tools dependency-type: direct:production update-type: version-update:semver-minor ... 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 4f6c74e6f5..946d72ae36 100644 --- a/python/helpers/requirements.txt +++ b/python/helpers/requirements.txt @@ -1,5 +1,5 @@ pip==21.2.4 -pip-tools==6.3.1 +pip-tools==6.8.0 flake8==4.0.0 hashin==0.15.0 pipenv==2021.5.29