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