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