From e71f8292eb0ecd839d7929583d268e9e1a81a0c7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 25 Feb 2024 02:58:01 +0000 Subject: [PATCH] chore(deps): update dependency dev/pytest to v8 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e07e021..68fed6c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ dev = [ "matchlib>=0.2.1", "mypy~=1.3", "pylint~=2.17.4", - "pytest~=7.4.0", + "pytest~=8.0.2", "tox~=4.6.0", ]