From bcf08ed558f1539cf1cea4d7c8816d15df6a05cf 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:22:59 +0000 Subject: [PATCH] Bump pdbpp in /{{cookiecutter.app_name}}/requirements 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] --- {{cookiecutter.app_name}}/requirements/dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.app_name}}/requirements/dev.txt b/{{cookiecutter.app_name}}/requirements/dev.txt index 2ddfe20..81fa695 100644 --- a/{{cookiecutter.app_name}}/requirements/dev.txt +++ b/{{cookiecutter.app_name}}/requirements/dev.txt @@ -5,7 +5,7 @@ pytest==5.2.0 WebTest==2.0.33 factory-boy==2.12.0 -pdbpp==0.10.0 +pdbpp==0.10.2 # Lint and code style black==19.3b0