From c3e7a4c8bbf7789668cce49ad6d641e10834acc6 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2019 21:05:06 +0000 Subject: [PATCH] Bump pytest from 4.0.2 to 5.1.2 Bumps [pytest](https://github.com/pytest-dev/pytest) from 4.0.2 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.0.2...5.1.2) Signed-off-by: dependabot-preview[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index ec62136..56eb934 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,7 +1,7 @@ -e . flake8==3.6.0 async-timeout==3.0.1 -pytest==4.0.2 +pytest==5.1.2 pytest-cov==2.7.1 pytest-mock==1.10.4 coverage==4.5.2