From 5be32da2ef0811cf95869dde11c164ca6b9ffd88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jul 2023 21:41:14 +0000 Subject: [PATCH] Bump homeassistant from 2023.7.2 to 2023.7.3 Bumps [homeassistant](https://github.com/home-assistant/core) from 2023.7.2 to 2023.7.3. - [Release notes](https://github.com/home-assistant/core/releases) - [Commits](https://github.com/home-assistant/core/compare/2023.7.2...2023.7.3) --- updated-dependencies: - dependency-name: homeassistant dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements_dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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