From 3e7e8a7de91b0b34dcbd6d95da87989f6cde556d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 15 Apr 2021 03:29:30 +0000 Subject: [PATCH] Bump pip-tools from 6.0.1 to 6.1.0 Bumps [pip-tools](https://github.com/jazzband/pip-tools) from 6.0.1 to 6.1.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.0.1...6.1.0) Signed-off-by: dependabot-preview[bot] --- requirements/dev.txt | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 0f87cb5..fd670fa 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -4,14 +4,10 @@ # # pip-compile --output-file=requirements/dev.txt requirements/dev.in # -atomicwrites==1.4.0 - # via pytest attrs==20.3.0 # via pytest click==7.1.2 # via pip-tools -colorama==0.4.4 - # via pytest coverage==5.5 # via pytest-cov iniconfig==1.1.1 @@ -20,13 +16,13 @@ packaging==20.9 # via pytest pep517==0.10.0 # via pip-tools -pip-tools==6.0.1 +pip-tools==6.1.0 # via -r requirements/dev.in pluggy==0.13.1 # via pytest py==1.10.0 # via pytest -pylibmc==1.6.1; platform_system != 'Windows' +pylibmc==1.6.1 # via -r requirements/dev.in pyparsing==2.4.7 # via packaging