From 9c6cfdc623006f9f74ce60eb41f86a9ec1146c37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 21:42:11 +0000 Subject: [PATCH 1/5] Bump the homeassistant group with 2 updates Updates the requirements on [homeassistant](https://github.com/home-assistant/core) and [pytest-homeassistant-custom-component](https://github.com/MatthewFlamm/pytest-homeassistant-custom-component) to permit the latest version. Updates `homeassistant` from 2024.3.0 to 2024.4.0 - [Release notes](https://github.com/home-assistant/core/releases) - [Commits](https://github.com/home-assistant/core/compare/2024.3.0...2024.4.0) Updates `pytest-homeassistant-custom-component` to 0.13.111 - [Release notes](https://github.com/MatthewFlamm/pytest-homeassistant-custom-component/releases) - [Changelog](https://github.com/MatthewFlamm/pytest-homeassistant-custom-component/blob/master/CHANGELOG.md) - [Commits](https://github.com/MatthewFlamm/pytest-homeassistant-custom-component/compare/0.13.107...0.13.111) --- updated-dependencies: - dependency-name: homeassistant dependency-type: direct:production update-type: version-update:semver-minor dependency-group: homeassistant - dependency-name: pytest-homeassistant-custom-component dependency-type: direct:development dependency-group: homeassistant ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 6723dc3..a5a4f79 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,5 @@ -r ./requirements.txt -pytest_homeassistant_custom_component~=0.13.107 +pytest_homeassistant_custom_component~=0.13.111 pip>=21.0,<24.1 ruff==0.3.5 colorlog==6.8.2 diff --git a/requirements.txt b/requirements.txt index c9c2b58..7d191c1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -homeassistant==2024.3.0 +homeassistant==2024.4.0 pydantic>=1.10.8 async-upnp-client>=0.35.0 \ No newline at end of file From b0b5f47a07c2179226dd520ec152ec46ca72333e Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 21:42:16 +0000 Subject: [PATCH 2/5] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci [dependabot skip] --- hacs.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hacs.json b/hacs.json index 6ef78eb..a68ad1b 100644 --- a/hacs.json +++ b/hacs.json @@ -1,6 +1,6 @@ { "name": "MagentaTV", - "homeassistant": "2024.3.0", + "homeassistant": "2024.4.0", "render_readme": true, "country": "DE" } \ No newline at end of file From 9eafdfd62420509a1443db0073729d922d474cd3 Mon Sep 17 00:00:00 2001 From: Tobias G Date: Thu, 4 Apr 2024 23:55:49 +0200 Subject: [PATCH 3/5] Update devcontainer.json --- .devcontainer/devcontainer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 98cd6c9..94a9b59 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,6 +1,6 @@ { "name": "xyaren/homeassistant-magentatv", - "image": "mcr.microsoft.com/vscode/devcontainers/python:0-3.11-bullseye", + "image": "devcontainers/python:3.12", "postCreateCommand": "scripts/setup", "runArgs": [ "--network=host" @@ -61,4 +61,4 @@ }, "remoteUser": "vscode", "features": {} -} \ No newline at end of file +} From 52cb10e6720f70072d123ae67169f41c30a69662 Mon Sep 17 00:00:00 2001 From: Tobias G Date: Thu, 4 Apr 2024 23:56:06 +0200 Subject: [PATCH 4/5] Update lint.yml --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index c661036..dd3f687 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -19,7 +19,7 @@ jobs: - name: "Set up Python" uses: actions/setup-python@v5.1.0 with: - python-version: "3.11" + python-version: "3.12" cache: "pip" - name: "Install requirements" From 6aadfc6d165a2b8fc8ff9d8fa879f5edefd7445b Mon Sep 17 00:00:00 2001 From: Tobias G Date: Thu, 4 Apr 2024 23:56:31 +0200 Subject: [PATCH 5/5] Update test.yml --- .github/workflows/test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b3e5e21..40752a0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,7 +19,7 @@ jobs: - name: "Set up Python" uses: actions/setup-python@v5.1.0 with: - python-version: "3.11" + python-version: "3.12" cache: "pip" - name: "Install requirements" @@ -53,7 +53,7 @@ jobs: - name: "Set up Python" uses: actions/setup-python@v5.1.0 with: - python-version: "3.11" + python-version: "3.12" - name: Install coverage.py run: pip install coverage @@ -87,7 +87,7 @@ jobs: - name: "Set up Python" uses: actions/setup-python@v5.1.0 with: - python-version: "3.11" + python-version: "3.12" - name: Install coverage.py run: pip install coverage @@ -103,4 +103,4 @@ jobs: uses: MishaKav/pytest-coverage-comment@v1.1.51 with: pytest-xml-coverage-path: ./coverage.xml - junitxml-path: ./pytest.xml \ No newline at end of file + junitxml-path: ./pytest.xml