From f35292abf33bcab0c3e0385012ae4e786d0b0dc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Feb 2022 16:02:49 +0000 Subject: [PATCH] Update pytest requirement from >=5.4.1,<7 to >=5.4.1,<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/5.4.1...7.0.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 79c7c882..1a311647 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ sniffio = {version="^1.1", optional=true} wmi = {version="^1.5.1", optional=true} [tool.poetry.dev-dependencies] -pytest = ">=5.4.1,<7" +pytest = ">=5.4.1,<8" pytest-cov = "^3.0.0" flake8 = "^4.0.1" sphinx = "^4.0.0" -- 2.47.3