From 59266f20e98a2103f989d33ebecf1e3430636c56 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 15:33:54 +0000 Subject: [PATCH] chore(pypi): update dependency pytest to v9.1.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c5ef6a3..a45f3ca 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.1.0" } +pytest = { version = "9.1.1" } pytest-cov = { version = "7.1.0" } [tool.poetry.plugins."poetry.application.plugin"]