From c459ef82585bbfe92f604cac661062718c8340fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 15 Nov 2018 13:15:39 +0000 Subject: [PATCH] Bump pytest from 3.10.1 to 4.0.0 in /{{cookiecutter.app_name}} Bumps [pytest](https://github.com/pytest-dev/pytest) from 3.10.1 to 4.0.0. - [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.10.1...4.0.0) 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 e962ecb..6a402c7 100644 --- a/{{cookiecutter.app_name}}/Pipfile +++ b/{{cookiecutter.app_name}}/Pipfile @@ -45,7 +45,7 @@ environs = "==4.0.0" [dev-packages] # Testing -pytest = "==3.10.1" +pytest = "==4.0.0" WebTest = "==2.0.32" factory-boy = "==2.11.*"