From fbdb8b307066dd48b0fdd8d66edb05394432ada5 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <dependabot[bot]@users.noreply.github.com>
Date: Mon, 6 May 2019 10:17:01 -0400
Subject: [PATCH] Bump flake8-quotes from 1.0.0 to 2.0.1 in
 /{{cookiecutter.app_name}} (#467)

Bumps [flake8-quotes](https://github.com/zheller/flake8-quotes) from 1.0.0 to 2.0.1.
- [Release notes](https://github.com/zheller/flake8-quotes/releases)
- [Commits](https://github.com/zheller/flake8-quotes/compare/1.0.0...2.0.1)

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 5037d589..f1d57ba2 100644
--- a/{{cookiecutter.app_name}}/Pipfile
+++ b/{{cookiecutter.app_name}}/Pipfile
@@ -55,6 +55,6 @@ flake8-blind-except = "==0.1.1"
 flake8-debugger = "==3.1.0"
 flake8-docstrings = "==1.3.0"
 flake8-isort = "==2.7.0"
-flake8-quotes = "==1.0.0"
+flake8-quotes = "==2.0.1"
 isort = "==4.3.18"
 pep8-naming = "==0.8.2"
-- 
GitLab