From b1475f4ad38628968c659bd2b7d3dcbdb4ed567a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Feb 2022 14:06:05 +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 4b4f69dfc8..abaf483abb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,6 +15,6 @@ multidict anytree>=2.4.3 pyrevolve>=2.1.3 distributed<2021.2 -pytest>=3.6,<7.0 +pytest>=3.6,<8.0 pytest-runner pytest-cov \ No newline at end of file