From 807098f93e865ac1e4878cd290b247314043fd99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 23:49:22 +0200 Subject: [PATCH] chore(deps): update pytest requirement from >=8.0.0 to >=9.0.3 (#126) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a66b3b1..6f5091a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,6 +4,6 @@ pre-commit>=4.3.0,<4.7.0 ruff>=0.15.11,<0.16.0 zlib_ng>=1.0.0,<1.1.0 isal>=1.8.0,<1.9.0 -pytest>=8.0.0 +pytest>=9.0.3 pytest-asyncio>=0.23.0 pytest-homeassistant-custom-component>=0.13.0