From 1d45a1f143f03accc097e8e85753eb419f7722f4 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 29 Jun 2019 01:15:27 +0000 Subject: [PATCH] Update pytest requirement from <4.7,>=3.7.2 to >=3.7.2,<5.1 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...5.0.0) Signed-off-by: dependabot-preview[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 520ec9a..90cb32d 100644 --- a/src/requirements-test.txt +++ b/src/requirements-test.txt @@ -1,2 +1,2 @@ -pytest>=3.7.2,<4.7 +pytest>=3.7.2,<5.1 pytest-cov>=2.5.1,<2.8