From 0d6a84f9741c492d853ab62be6dc56b4253c79ac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 15:11:29 +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 73bece6..66ffe08 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ optional = true [tool.poetry.group.test.dependencies] python = "^3.7" -pytest = { version = "7.4.4", python = "^3.7" } +pytest = { version = "8.2.0", python = "^3.7" } [tool.pytest.ini_options] pythonpath = "src"