From a65f2eaee5fa8925bf87a050fadd2ac10ee56c41 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 11 Jul 2019 10:28:01 +0000 Subject: [PATCH] Bump pytest from 4.4.1 to 5.0.1 Bumps [pytest](https://github.com/pytest-dev/pytest) from 4.4.1 to 5.0.1. - [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.4.1...5.0.1) Signed-off-by: dependabot-preview[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 25168dc..16674ad 100644 --- a/Pipfile +++ b/Pipfile @@ -9,5 +9,5 @@ pyfxa = "==0.7.2" [dev-packages] flake8 = "==3.7.7" flake8-isort = "==2.7.0" -pytest = "==4.4.1" +pytest = "==5.0.1" pytest-mock = "==1.10.4"