From 27a808360cc6d3d5ad90d592f8c00ac22b60c591 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2019 23:56:13 +0000 Subject: [PATCH] Bump flake8-isort from 2.7.0 to 2.8.0 in /{{cookiecutter.app_name}} Bumps [flake8-isort](https://github.com/gforcada/flake8-isort) from 2.7.0 to 2.8.0. - [Release notes](https://github.com/gforcada/flake8-isort/releases) - [Changelog](https://github.com/gforcada/flake8-isort/blob/master/CHANGES.rst) - [Commits](https://github.com/gforcada/flake8-isort/compare/2.7.0...2.8.0) Signed-off-by: dependabot-preview[bot] --- {{cookiecutter.app_name}}/Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.app_name}}/Pipfile b/{{cookiecutter.app_name}}/Pipfile index b334b1b..9600286 100644 --- a/{{cookiecutter.app_name}}/Pipfile +++ b/{{cookiecutter.app_name}}/Pipfile @@ -55,6 +55,6 @@ flake8 = "==3.7.9" flake8-blind-except = "==0.1.1" flake8-debugger = "==3.2.1" flake8-docstrings = "==1.5.0" -flake8-isort = "==2.7.0" +flake8-isort = "==2.8.0" isort = "==4.3.21" pep8-naming = "==0.9.1"