From df455aa29d7b94c479f2963a538617cb039dd1eb Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Tue, 4 Jun 2019 13:15:59 +0000 Subject: [PATCH] build(deps): bump pytest from 4.4.0 to 4.6.2 Bumps [pytest](https://github.com/pytest-dev/pytest) from 4.4.0 to 4.6.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.0...4.6.2) --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 60f3973..d26e9c8 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,3 +1,3 @@ -r build-requirements.txt -pytest==4.4.0 +pytest==4.6.2 coverage==4.5.3