diff --git a/pyproject.toml b/pyproject.toml index c95d5b78..ea4e41c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ classifiers = [ "Programming Language :: Python :: 3.11", ] dependencies = [ - "homeassistant==2023.7.2", + "homeassistant==2023.7.3", "music-assistant", ] diff --git a/requirements_dev.txt b/requirements_dev.txt index 830cb883..f5201d90 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.7.2 +homeassistant==2023.7.3 music-assistant==2.0.0b41