From 7b2e6fca9639caf772dbbf9b17f3d84b0d627efe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 20:21:48 +0000 Subject: [PATCH 1/2] Bump the homeassistant group across 1 directory with 2 updates Updates the requirements on [homeassistant](https://github.com/home-assistant/core) and [pytest-homeassistant-custom-component](https://github.com/MatthewFlamm/pytest-homeassistant-custom-component) to permit the latest version. Updates `homeassistant` from 2024.7.4 to 2024.8.2 - [Release notes](https://github.com/home-assistant/core/releases) - [Commits](https://github.com/home-assistant/core/compare/2024.7.4...2024.8.2) Updates `pytest-homeassistant-custom-component` to 0.13.154 - [Release notes](https://github.com/MatthewFlamm/pytest-homeassistant-custom-component/releases) - [Changelog](https://github.com/MatthewFlamm/pytest-homeassistant-custom-component/blob/master/CHANGELOG.md) - [Commits](https://github.com/MatthewFlamm/pytest-homeassistant-custom-component/compare/0.13.147...0.13.154) --- updated-dependencies: - dependency-name: homeassistant dependency-type: direct:production update-type: version-update:semver-minor dependency-group: homeassistant - dependency-name: pytest-homeassistant-custom-component dependency-type: direct:development dependency-group: homeassistant ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index c516b57..502dbe1 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,5 @@ -r ./requirements.txt -pytest_homeassistant_custom_component~=0.13.147 +pytest_homeassistant_custom_component~=0.13.154 pip>=21.0,<24.3 ruff==0.5.7 colorlog==6.8.2 diff --git a/requirements.txt b/requirements.txt index 5023027..ec10105 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -homeassistant==2024.7.4 +homeassistant==2024.8.2 pydantic>=1.10.8 async-upnp-client>=0.35.0 \ No newline at end of file From a52b3862298a14b764d0335e468458052926b52e Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 20:21:54 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci [dependabot skip] --- hacs.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hacs.json b/hacs.json index 108e0c0..d317eee 100644 --- a/hacs.json +++ b/hacs.json @@ -1,6 +1,6 @@ { "name": "MagentaTV", - "homeassistant": "2024.7.4", + "homeassistant": "2024.8.2", "render_readme": true, "country": "DE" } \ No newline at end of file