From 79ef0b7677e2743fcc3c14bb366fb9660880f790 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 22:20:52 +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 b814d7a..8d3a502 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ Changelog = "https://github.com/IBM/secrets-manager-python-sdk/blob/main/CHANGEL dev = [ "coverage>=7.3.2,<8.0.0", "pylint>=3.0.0,<4.0.0", - "pytest>=8.4.0,<8.5.0", + "pytest>=9.0.2,<9.1.0", "pytest-cov>=7.0.0,<7.1.0", "pytest-rerunfailures>=3.1", "responses>=0.23.3,<1.0.0",