From a1fd9fe1f31febb83a0c900fa958c7a04de10398 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 6 Mar 2019 13:13:54 +0000 Subject: [PATCH] Bump isort from 4.3.10 to 4.3.11 in /{{cookiecutter.app_name}} Bumps [isort](https://github.com/timothycrosley/isort) from 4.3.10 to 4.3.11. - [Release notes](https://github.com/timothycrosley/isort/releases) - [Changelog](https://github.com/timothycrosley/isort/blob/develop/CHANGELOG.md) - [Commits](https://github.com/timothycrosley/isort/compare/4.3.10...4.3.11) 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 278165e..1239c51 100644 --- a/{{cookiecutter.app_name}}/Pipfile +++ b/{{cookiecutter.app_name}}/Pipfile @@ -56,5 +56,5 @@ flake8-debugger = "==3.1.0" flake8-docstrings = "==1.3.0" flake8-isort = "==2.6.0" flake8-quotes = "==1.0.0" -isort = "==4.3.10" +isort = "==4.3.11" pep8-naming = "==0.8.0"