From 707e1d47dabcf17491449e759978f34461cf48c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 07:39:38 +0200 Subject: [PATCH] chore(deps): update pytest requirement from >=8.0.0 to >=9.0.3 (#114) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c550f54..4049be4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -79,7 +79,7 @@ markers = [ [project.optional-dependencies] test = [ - "pytest>=8.0.0", + "pytest>=9.0.3", "pytest-asyncio>=0.23.0", "pytest-homeassistant-custom-component>=0.13.323", ]