From bbb17404c6ac053161a2436b5f195cf44f0002cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 14 Dec 2018 13:16:15 +0000 Subject: [PATCH] Bump pytest from 4.0.1 to 4.0.2 in /{{cookiecutter.app_name}} Bumps [pytest](https://github.com/pytest-dev/pytest) from 4.0.1 to 4.0.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/4.0.1...4.0.2) Signed-off-by: dependabot[bot] --- {{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 d048b57..1f43ef0 100644 --- a/{{cookiecutter.app_name}}/Pipfile +++ b/{{cookiecutter.app_name}}/Pipfile @@ -45,7 +45,7 @@ environs = "==4.1.0" [dev-packages] # Testing -pytest = "==4.0.1" +pytest = "==4.0.2" WebTest = "==2.0.32" factory-boy = "==2.11.*"