From f79c8b9e0513d016161a38632f09f258b608aa23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 10:33:54 +0200 Subject: [PATCH] chore(deps): update pytest-asyncio requirement from >=0.23.0 to >=1.3.0 (#127) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6f5091a..526d914 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,5 +5,5 @@ ruff>=0.15.11,<0.16.0 zlib_ng>=1.0.0,<1.1.0 isal>=1.8.0,<1.9.0 pytest>=9.0.3 -pytest-asyncio>=0.23.0 +pytest-asyncio>=1.3.0 pytest-homeassistant-custom-component>=0.13.0