From 1d9ac8faca43dc4184f2cef7b596dc686c5c5717 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Feb 2022 08:11:25 +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 2aaf15c20f..0c4de24dbc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,6 +15,6 @@ multidict anytree>=2.4.3 pyrevolve>=2.1.3 distributed<2021.4 -pytest>=3.6,<7.0 +pytest>=3.6,<8.0 pytest-runner pytest-cov \ No newline at end of file