From 3872b7bcb8f970281eea1c1c4340536f246ecc8b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2019 22:01:50 +0000 Subject: [PATCH] Update pytest requirement from <5.3,>=3.7.2 to >=3.7.2,<5.4 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/5.3.0/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/3.7.2...5.3.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 e156801..5460204 100644 --- a/src/requirements-test.txt +++ b/src/requirements-test.txt @@ -1,2 +1,2 @@ -pytest>=3.7.2,<5.3 +pytest>=3.7.2,<5.4 pytest-cov>=2.5.1,<2.9