From 47bd026acb3c052e6662c67617db1c1d74fb6bc5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Jun 2026 21:57:43 +0000 Subject: [PATCH] chore(pypi): update dependency pytest to v9.1.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cb1a501..c5ef6a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ poetry-dynamic-versioning = "1.10.0" black = { version = "26.5.1" } flake8 = { version = "7.3.0" } flake8-pyproject = { version = "1.2.4" } -pytest = { version = "9.0.3" } +pytest = { version = "9.1.0" } pytest-cov = { version = "7.1.0" } [tool.poetry.plugins."poetry.application.plugin"]