From 42b92942cef1d970e94e24b87af1fceda8ad808a Mon Sep 17 00:00:00 2001
From: "dependabot-preview[bot]"
 <27856297+dependabot-preview[bot]@users.noreply.github.com>
Date: Mon, 26 Aug 2019 20:21:27 -0400
Subject: [PATCH] Bump flake8-docstrings from 1.3.1 to 1.4.0 in
 /{{cookiecutter.app_name}} (#542)

Bumps [flake8-docstrings](https://gitlab.com/pycqa/flake8-docstrings) from 1.3.1 to 1.4.0.
- [Release notes](https://gitlab.com/pycqa/flake8-docstrings/tags)
- [Changelog](https://gitlab.com/pycqa/flake8-docstrings/blob/master/HISTORY.rst)
- [Commits](https://gitlab.com/pycqa/flake8-docstrings/compare/1.3.1...1.4.0)

Signed-off-by: dependabot-preview[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 1e828d26..b5068606 100644
--- a/{{cookiecutter.app_name}}/Pipfile
+++ b/{{cookiecutter.app_name}}/Pipfile
@@ -53,7 +53,7 @@ black = "==19.3b0"
 flake8 = "==3.7.8"
 flake8-blind-except = "==0.1.1"
 flake8-debugger = "==3.1.0"
-flake8-docstrings = "==1.3.1"
+flake8-docstrings = "==1.4.0"
 pydocstyle = "<4" #temporary until flake8-docstrings is fixed
 flake8-isort = "==2.7.0"
 isort = "==4.3.21"
-- 
GitLab