From 002e4df21e6be99bef92909c2d69c8d1fbe6d8b9 Mon Sep 17 00:00:00 2001 From: James Smith Date: Tue, 26 Sep 2023 21:07:53 -0700 Subject: [PATCH] Bump home assistant version --- .pre-commit-config.yaml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 826f332..07cc6fe 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ repos: additional_dependencies: - aiovantage==0.13.0b2 - voluptuous-stubs==0.1.1 - - homeassistant-stubs==2023.9.2 + - homeassistant-stubs==2023.9.3 args: [] - repo: https://github.com/thlorenz/doctoc diff --git a/requirements.txt b/requirements.txt index 57a241d..afde7ba 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # Home assistant -homeassistant==2023.9.2 +homeassistant==2023.9.3 colorlog==6.7.0 # Use a specific version of aiovantage