From 4bf8f95bc8c2c29f5219579992fd40509206cffc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 12:38:37 +0000 Subject: [PATCH] fix(deps): update dependency pytest to v9 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9c84732..8ef33ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ License = "https://github.com/IBM/continuous-delivery-python-sdk/blob/main/LICEN dev = [ "coverage>=7.9.0,<8.0.0", "pylint>=3.3.7,<4.0.0", - "pytest>=7.4.4,<8.0.0", + "pytest>=9.0.3,<9.1.0", "pytest-cov>=4.1.0,<5.0.0", "responses>=0.25.7,<1.0.0", "black>=25.0.0,<26.0.0",