From 2746152322767e14fdadbc5fbaaa8ba49314b7bc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 23:31:31 +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 96aff77c..1f36434b 100644 --- a/tests/pyproject.toml +++ b/tests/pyproject.toml @@ -11,7 +11,7 @@ dependencies = [ "pytest-cov==5.0.0", "pytest-custom-exit-code==0.3.0", "pytest-github-actions-annotate-failures==0.2.0", - "pytest==8.2.2", + "pytest==9.0.3", # ? Other testing "boilercore>=2024.1.3", "ploomber-engine>=0.0.30",