From 07d01f4d649ebb267e6f2c94006c3d30818167ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 20:08:48 +0100 Subject: [PATCH] Bump homeassistant from 2023.8.1 to 2023.10.5 (#1574) Bumps [homeassistant](https://github.com/home-assistant/core) from 2023.8.1 to 2023.10.5. - [Release notes](https://github.com/home-assistant/core/releases) - [Commits](https://github.com/home-assistant/core/compare/2023.8.1...2023.10.5) --- updated-dependencies: - dependency-name: homeassistant dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- requirements_dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 15c31da2..bff58f15 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ classifiers = [ "Programming Language :: Python :: 3.11", ] dependencies = [ - "homeassistant==2023.8.1", + "homeassistant==2023.10.5", "music-assistant", ] diff --git a/requirements_dev.txt b/requirements_dev.txt index 65e304c4..14acf95b 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,5 +1,5 @@ mypy==1.4.1 pylint==2.17.5 pre-commit==3.3.3 -homeassistant==2023.8.1 +homeassistant==2023.10.5 music-assistant==2.0.0b74