From 119f788b79e49b637114bbd671102d2f501930df Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2019 13:12:35 +0000 Subject: [PATCH] Bump pytest from 4.4.1 to 5.1.2 Bumps [pytest](https://github.com/pytest-dev/pytest) from 4.4.1 to 5.1.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.4.1...5.1.2) Signed-off-by: dependabot-preview[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 16ede40..577ba7a 100644 --- a/Pipfile +++ b/Pipfile @@ -9,5 +9,5 @@ pyfxa = "==0.7.3" [dev-packages] flake8 = "==3.7.8" flake8-isort = "==2.7.0" -pytest = "==4.4.1" +pytest = "==5.1.2" pytest-mock = "==1.10.4"