From 76adffb7eb1a75ef98a1a6729c70045913a7f59e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2019 05:37:26 +0000 Subject: [PATCH] Bump pytest from 4.5.0 to 5.0.1 Bumps [pytest](https://github.com/pytest-dev/pytest) from 4.5.0 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.5.0...5.0.1) Signed-off-by: dependabot-preview[bot] --- requirements-tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-tests.txt b/requirements-tests.txt index b1f5290..d077170 100644 --- a/requirements-tests.txt +++ b/requirements-tests.txt @@ -1,3 +1,3 @@ coverage==4.5.3 -pytest==4.5.0 +pytest==5.0.1 pytest-mock==1.10.4