From bc3c5d6b6f19b484371b19e62bc6fe6f31a85a62 Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 14 Feb 2022 18:32:52 -0700 Subject: [PATCH] adjust requirements --- requirements_test.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/requirements_test.txt b/requirements_test.txt index ec01044e..606c8a34 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -1,10 +1,10 @@ -r requirements.txt -av==8.1.0 +av aiohttp_cors -aioresponses==0.7.3 -black==22.1.0 -isort==5.10.1 +aioresponses +black +isort pytest pytest-cov -pytest-homeassistant-custom-component==0.6.12 -homeassistant==2022.2.6 \ No newline at end of file +pytest-homeassistant-custom-component +homeassistant \ No newline at end of file