From c53aad44d8a29fdb91deaf04f4f56cc6b6fb73f5 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <support@dependabot.com>
Date: Mon, 13 May 2019 12:14:28 +0000
Subject: [PATCH] Bump isort from 4.3.18 to 4.3.19 in
 /{{cookiecutter.app_name}}

Bumps [isort](https://github.com/timothycrosley/isort) from 4.3.18 to 4.3.19.
- [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.18...4.3.19)

Signed-off-by: dependabot[bot] <support@dependabot.com>
---
 {{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 caa2e93e..411a8b1c 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.7.0"
 flake8-quotes = "==2.0.1"
-isort = "==4.3.18"
+isort = "==4.3.19"
 pep8-naming = "==0.8.2"
-- 
GitLab