From 87b28ec4525403859e28013210f8c937979c1bc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Feb 2022 17:08:44 +0000 Subject: [PATCH] pip prod(deps): update pytest requirement from <7.0,>=3.6 to >=3.6,<8.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/3.6.0...7.0.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0123b8dd14..a936e9abfc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,6 +15,6 @@ multidict anytree>=2.4.3 pyrevolve>=2.1.3 distributed<2.31 -pytest>=3.6,<7.0 +pytest>=3.6,<8.0 pytest-runner pytest-cov \ No newline at end of file