From 3f59a9227b2ec122380b0a332c7e745d0fefcb60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 20 Mar 2019 12:15:02 +0000 Subject: [PATCH] Bump flake8-isort from 2.6.0 to 2.7.0 in /{{cookiecutter.app_name}} Bumps [flake8-isort](https://github.com/gforcada/flake8-isort) from 2.6.0 to 2.7.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.6.0...2.7.0) Signed-off-by: dependabot[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 b76dafe..438addc 100644 --- a/{{cookiecutter.app_name}}/Pipfile +++ b/{{cookiecutter.app_name}}/Pipfile @@ -54,7 +54,7 @@ flake8 = "==3.7.7" flake8-blind-except = "==0.1.1" flake8-debugger = "==3.1.0" flake8-docstrings = "==1.3.0" -flake8-isort = "==2.6.0" +flake8-isort = "==2.7.0" flake8-quotes = "==1.0.0" isort = "==4.3.15" pep8-naming = "==0.8.2"