From 62d979cf73241ed050dcd228be435071b702963b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 15:29:57 +0000 Subject: [PATCH] Update dependency pytest to v9 [SECURITY] --- tests/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/pyproject.toml b/tests/pyproject.toml index 0ad2d99..3020eed 100644 --- a/tests/pyproject.toml +++ b/tests/pyproject.toml @@ -11,7 +11,7 @@ dependencies = [ "pytest-cov==4.1.0", "pytest-custom-exit-code==0.3.0", "pytest-github-actions-annotate-failures==0.2.0", - "pytest==8.0.0", + "pytest==9.0.3", ] [tool.fawltydeps]