From ac28554659e426fe86646b1cd5ff5cf72eb8b2f2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 15:54:42 +0000 Subject: [PATCH] Update dependency pytest to v9 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 56e3030..4858933 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ License = "https://github.com/IBM/eventstreams-python-sdk/blob/main/LICENSE" dev = [ "coverage>=7.3.2,<8.0.0", "pylint>=3.0.0,<4.0.0", - "pytest>=7.4.2,<8.0.0", + "pytest>=9.1.1,<9.2.0", "pytest-cov>=4.1.0,<5.0.0", "responses>=0.23.3,<1.0.0", "black>=24.0.0,<25.0.0",