From 1ed6aca6effc28a1a38d3cf77f648e5ee9bc768d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 20:48:23 +0000 Subject: [PATCH] Bump the homeassistant group 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 2025.1.3 to 2025.1.4 - [Release notes](https://github.com/home-assistant/core/releases) - [Commits](https://github.com/home-assistant/core/compare/2025.1.3...2025.1.4) Updates `pytest-homeassistant-custom-component` to 0.13.205 - [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.203...0.13.205) --- updated-dependencies: - dependency-name: homeassistant dependency-type: direct:production update-type: version-update:semver-patch 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 21775e3..03e19b3 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,5 @@ -r ./requirements.txt -pytest_homeassistant_custom_component~=0.13.203 +pytest_homeassistant_custom_component~=0.13.205 pip>=21.0,<24.4 ruff==0.9.2 colorlog==6.9.0 diff --git a/requirements.txt b/requirements.txt index 887a7a7..25935dc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -homeassistant==2025.1.3 +homeassistant==2025.1.4 pydantic>=1.10.8 async-upnp-client>=0.35.0 \ No newline at end of file