From 329eee9348863a4070985b38b9f37711b74e21e8 Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Tue, 20 Dec 2022 23:08:27 +0000 Subject: [PATCH] Update dependency pytest to v7 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0f7eb51..1fb9bed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ python = "^3.7" [tool.poetry.dev-dependencies] black = "^20.8b1" flake8 = "^3.8.4" -pytest = "^6.2.2" +pytest = "^7.0.0" pytest-cov = "^2.11.1" [build-system] -- 2.45.2