From 4d02601b592b1972d26407b2ac8c77248d965d1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Feb 2022 00:02:24 +0000 Subject: [PATCH] Update pytest requirement from <7.0.0,>=5.3.5 to >=5.3.5,<8.0.0 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/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/5.3.5...7.0.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements/dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 4a3208c1d..302871dd4 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -3,7 +3,7 @@ flake8>=3.7.7, <5.0.0 mypy>=0.670, <0.900 # testing -pytest>=5.3.5, <7.0.0 +pytest>=5.3.5, <8.0.0 pytest-cov>=2.6.1, <4.0.0 pytest-xdist>=1.28.0, <3.0.0 # for distributed testing, currently unused (see setup.cfg) pytest-lazy-fixture>=0.6.3, <0.7.0