From 33681c5e5d46cd98630306991ae15eb389dbb7bc Mon Sep 17 00:00:00 2001 From: James Smith Date: Sat, 2 Sep 2023 14:57:27 -0700 Subject: [PATCH] Bump aiovantage version --- .pre-commit-config.yaml | 2 +- custom_components/vantage/manifest.json | 2 +- requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 59eb02d..2b3e15e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,7 @@ repos: hooks: - id: mypy additional_dependencies: - - aiovantage==0.12.3 + - aiovantage==0.12.4 - voluptuous-stubs==0.1.1 - homeassistant-stubs==2023.8.1 args: [] diff --git a/custom_components/vantage/manifest.json b/custom_components/vantage/manifest.json index e563edf..5621111 100644 --- a/custom_components/vantage/manifest.json +++ b/custom_components/vantage/manifest.json @@ -17,7 +17,7 @@ "custom_components.vantage" ], "requirements": [ - "aiovantage==0.12.3" + "aiovantage==0.12.4" ], "version": "0.10.0-beta2", "zeroconf": [ diff --git a/requirements.txt b/requirements.txt index e628b0d..40df708 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ homeassistant==2023.8.1 colorlog==6.7.0 # Use a specific version of aiovantage -aiovantage==0.12.3 +aiovantage==0.12.4 # Use a local version of aiovantage # -e ../aiovantage