From 9d33a184fe6a45c3f7394a14397e929b36978899 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 20 Aug 2018 12:13:08 +0000 Subject: [PATCH] Bump pytest from 3.7.1 to 3.7.2 in /{{cookiecutter.app_name}} Bumps [pytest](https://github.com/pytest-dev/pytest) from 3.7.1 to 3.7.2. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/3.7.1...3.7.2) Signed-off-by: dependabot[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 fba3bc2..d42bfc2 100644 --- a/{{cookiecutter.app_name}}/requirements/dev.txt +++ b/{{cookiecutter.app_name}}/requirements/dev.txt @@ -2,7 +2,7 @@ -r prod.txt # Testing -pytest==3.7.1 +pytest==3.7.2 WebTest==2.0.30 factory-boy==2.11.1