From 6bd88e4053aa95c6f54b72c1eaabc47700d3da52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Feb 2022 04:21:53 +0000 Subject: [PATCH] Update pytest requirement from <7,>=3.0 to >=3.0,<8 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.0.0...7.0.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 2c0a449..0a105b5 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,5 +1,5 @@ pylint>=1.6,<3 -pytest>=3.0,<7 +pytest>=3.0,<8 coverage>=4.3,<7 setuptools_scm>=1.15,<7.0 tox>=2.5,<4.0