From 78bbd1355a07f55078f8d606bb9f0b05582790cb Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2019 05:54:02 +0000 Subject: [PATCH] Bump pytest from 4.5.0 to 5.1.1 Bumps [pytest](https://github.com/pytest-dev/pytest) from 4.5.0 to 5.1.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.1.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..d6bf4f8 100644 --- a/requirements-tests.txt +++ b/requirements-tests.txt @@ -1,3 +1,3 @@ coverage==4.5.3 -pytest==4.5.0 +pytest==5.1.1 pytest-mock==1.10.4