From b46c23246588321b2eb03bb58ef36be09b72914a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Dec 2025 01:37:58 +0000 Subject: [PATCH] chore(deps): update dependency pytest to v9.0.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7dd6b70..6783025 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ python = ">=3.10,<4.0.0" optional = true [tool.poetry.group.dev.dependencies] -pytest = "9.0.1" +pytest = "9.0.2" pytest-mock = "3.15.1" pylint = "4.0.4" flake8 = "7.3.0"