From 42ec7cbcb3f3a6e70b01edb8b5294a8e0744cda4 Mon Sep 17 00:00:00 2001
From: "dependabot-preview[bot]"
 <27856297+dependabot-preview[bot]@users.noreply.github.com>
Date: Fri, 4 Oct 2019 18:15:00 +0000
Subject: [PATCH] Bump pdbpp from 0.10.0 to 0.10.2 in
 /{{cookiecutter.app_name}}

Bumps [pdbpp](https://github.com/antocuni/pdb) from 0.10.0 to 0.10.2.
- [Release notes](https://github.com/antocuni/pdb/releases)
- [Changelog](https://github.com/pdbpp/pdbpp/blob/master/CHANGELOG)
- [Commits](https://github.com/antocuni/pdb/compare/0.10.0...0.10.2)

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 b8831b44..0b7007f9 100644
--- a/{{cookiecutter.app_name}}/Pipfile
+++ b/{{cookiecutter.app_name}}/Pipfile
@@ -46,7 +46,7 @@ environs = "==6.0.0"
 pytest = "==5.2.0"
 WebTest = "==2.0.33"
 factory-boy = "==2.12.*"
-pdbpp = "==0.10.0"
+pdbpp = "==0.10.2"
 
 # Lint and code style
 black = "==19.3b0"
-- 
GitLab