From 96206d14cf10f4d994d266197593756dae553e90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Mar 2021 01:05:51 +0000 Subject: [PATCH] chore(deps): bump pip-tools from 5.5.0 to 6.0.0 Bumps [pip-tools](https://github.com/jazzband/pip-tools) from 5.5.0 to 6.0.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/5.5.0...6.0.0) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index bc5f538..618b7c3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -118,7 +118,7 @@ packaging==20.9 # pytest-sugar pathspec==0.8.1 # via black -pip-tools==5.5.0 +pip-tools==6.0.0 # via -r requirements.in pluggy==0.13.1 # via pytest