From 2678b6fff8397f6c07e176af617626d3190b7d3c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 8 Nov 2025 17:51:29 +0000 Subject: [PATCH 1/2] chore(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 17771ba..4c0d35f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ docs = [ "mkdocstrings-python>=1.6.3,<2" ] tests = [ - "pytest>=7,<9", + "pytest>=9,<10", "pytest-cov>=4.1.0", "pytest-sugar", "pytest-mock" From 3b7dc0d09aa5586d5a5a88eb4ea4d7ba44aadb89 Mon Sep 17 00:00:00 2001 From: skshetry <18718008+skshetry@users.noreply.github.com> Date: Thu, 11 Dec 2025 10:31:28 +0545 Subject: [PATCH 2/2] Apply suggestion from @skshetry --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4c0d35f..af5cc7a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ docs = [ "mkdocstrings-python>=1.6.3,<2" ] tests = [ - "pytest>=9,<10", + "pytest>=7,<10", "pytest-cov>=4.1.0", "pytest-sugar", "pytest-mock"