From 6fb55781a32461383d221f8d9732427ea33464d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 21:50:20 +0000 Subject: [PATCH] chore(deps): update pytest-asyncio requirement from >=0.23.0 to >=1.3.0 Updates the requirements on [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.23.0...v1.3.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-version: 1.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 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