From fa440ffd1ef2dcf323378fe27d3a2f96cc37a7bb Mon Sep 17 00:00:00 2001 From: Daniel Raper Date: Sat, 7 Dec 2024 18:14:58 +0000 Subject: [PATCH] Update test deps --- .tool-versions | 2 +- requirements.test.txt | 11 ++++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.tool-versions b/.tool-versions index e6ea852..61cf635 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1 +1 @@ -python 3.11.3 +python 3.13.0 diff --git a/requirements.test.txt b/requirements.test.txt index a0eac14..ed049f9 100644 --- a/requirements.test.txt +++ b/requirements.test.txt @@ -1,6 +1,7 @@ -coverage==7.3.2 -pytest==7.4.3 -pytest-asyncio==0.21.0 -pytest-cov==4.1.0 -pytest-homeassistant-custom-component==0.13.85 +coverage==7.6.8 +pytest==8.3.4 +pytest-asyncio==0.24.0 +pytest-cov==6.0.0 +pytest-homeassistant-custom-component==0.13.191 +homeassistant ohme