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", ]