From f71d70761e2c09fc9a7c110cab19718ae6ec3d60 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 17 Feb 2024 00:43:06 +0000 Subject: [PATCH] Update dependency pytest to v8 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9218da8..94e5f5c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ mkdocs-material = ">=9.1.16" mike = ">=2.0.0" mypy = ">=0.990" pymdown-extensions = ">=10.0.1" -pytest = "^7.2.0" +pytest = "^8.0.0" pytest-asyncio = ">=0.20.3" pytest-cov = ">=4.0.0" pytest-factoryboy = ">=2.5.0"