From 207a22111fa9467a658069ddfdba851a5806772a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 10 May 2022 00:35:34 +0000 Subject: [PATCH] fix(deps): roll back dependency pytest to ^7.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index db18b06..e9db83e 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ classifiers = [ [tool.poetry.dependencies] python = "^3.7" # Optional dependencies to be part of `test` extra -pytest = {version = "^7.1", optional = true} +pytest = {version = "^7.0", optional = true} pytest-cov = {version = "^3.0", optional = true} pytest-mock = {version = "^3.2", optional = true} pytest-html = {version = "^3.1", optional = true}