From 3a80c8cd2de625a6c8a792b3c6dc1e611f8ddd0b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 27 Apr 2024 20:47:44 +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 cd3c473..9ba190f 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.1.2", python = "^3.7" } [tool.pytest.ini_options] pythonpath = "src"