From 4abd4f14516091e83c7972458cfea818a91180fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 00:59:13 +0000 Subject: [PATCH] chore(deps): update pytest-asyncio requirement from >=1.3.0 to >=1.4.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/v1.3.0...v1.4.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-version: 1.4.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 8cea6eb..c908c90 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,5 +5,5 @@ ruff>=0.15.12,<0.16.0 zlib_ng>=1.0.0,<1.1.0 isal>=1.8.0,<1.9.0 pytest>=9.0.3 -pytest-asyncio>=1.3.0 +pytest-asyncio>=1.4.0 pytest-homeassistant-custom-component>=0.13.326