From 4f19c88315a06dd8f2833282219cdadaf2f591c8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Jun 2026 20:47:47 +0000 Subject: [PATCH] fix(deps): update dependency pytest to >=9.1.0,<9.2.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ed6f01b..e7cbe41 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>=9.0.3,<9.1.0", + "pytest>=9.1.0,<9.2.0", "pytest-cov>=7.1.0,<8.0.0", "responses>=0.25.7,<1.0.0", "black>=26.3.1,<27.0.0",