From c843bdaa8ca66dcd010730ee2cfe2341b5a26d99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 23 May 2019 15:28:25 +0000 Subject: [PATCH] Update pytest requirement from <3.8,>=3.7.2 to >=3.7.2,<4.6 in /src Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [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/3.7.2...4.5.0) Signed-off-by: dependabot[bot] --- src/requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements-test.txt b/src/requirements-test.txt index d4b41b1..c0a88cb 100644 --- a/src/requirements-test.txt +++ b/src/requirements-test.txt @@ -1,2 +1,2 @@ -pytest>=3.7.2,<3.8 +pytest>=3.7.2,<4.6 pytest-cov>=2.5.1,<2.6