From e12afde2d58939f3f3c342b24b52e575fecc72b7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 18:48:02 +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 d4422f6..3b9a49b 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.13.5,<8.0.0", "pylint>=4.0.5,<5.0.0", - "pytest>=8.4.2,<9.0.0", + "pytest>=9.0.3,<9.1.0", "pytest-cov>=7.1.0,<8.0.0", "responses>=0.25.7,<1.0.0", "black>=26.3.1,<27.0.0",