From ca2562d75966d20a2972567bb2f16822c85d1e8f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 25 Feb 2024 00:27:40 +0000 Subject: [PATCH] chore(deps): update dependency test/pytest to v8 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b39ccd812..dbf3fea54 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,7 +73,7 @@ test = [ "flask[async] ~= 3.0", "httpx ~= 0.0", "mock ~= 5.0", - "pytest ~= 7.0", + "pytest ~=8.0", "pytest-asyncio ~= 0.0", "pytest-bdd ~= 7.0", "pytest-cov ~= 4.0",