From 0b5258d49e91283dd1b74c0fc476cde9214559cb Mon Sep 17 00:00:00 2001 From: G-Two <7310260+G-Two@users.noreply.github.com> Date: Wed, 7 Dec 2022 22:36:26 -0500 Subject: [PATCH] Bump to subarulink v0.7.1 --- custom_components/subaru/manifest.json | 2 +- requirements.test.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/subaru/manifest.json b/custom_components/subaru/manifest.json index f886154..8d16aab 100644 --- a/custom_components/subaru/manifest.json +++ b/custom_components/subaru/manifest.json @@ -4,7 +4,7 @@ "config_flow": true, "documentation": "https://github.com/G-Two/homeassistant-subaru", "issue_tracker": "https://github.com/G-Two/homeassistant-subaru/issues", - "requirements": ["subarulink==0.7.0"], + "requirements": ["subarulink==0.7.1"], "codeowners": ["@G-Two"], "version": "0.7.0", "iot_class": "cloud_polling" diff --git a/requirements.test.txt b/requirements.test.txt index 42a0910..55f3a30 100644 --- a/requirements.test.txt +++ b/requirements.test.txt @@ -2,4 +2,4 @@ pylint pytest pytest-cov pytest-homeassistant-custom-component -subarulink==0.7.0 +subarulink==0.7.1