diff --git a/pyproject.toml b/pyproject.toml index 7ac6b5b7..f64ebd3b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ classifiers = [ "Programming Language :: Python :: 3.11", ] dependencies = [ - "homeassistant==2023.12.4", + "homeassistant==2024.1.3", "music-assistant", ] diff --git a/requirements_dev.txt b/requirements_dev.txt index b24f3c4c..a5c7d066 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,6 +1,6 @@ mypy==1.8.0 pylint==3.0.3 pre-commit==3.6.0 -homeassistant==2023.12.4 +homeassistant==2024.1.3 music-assistant==2.0.0b80 async_timeout==4.0.3