Skip to content

Commit

Permalink
Merge pull request #141 from Xyaren/dependabot/pip/homeassistant-d833…
Browse files Browse the repository at this point in the history
…0ded3b

Bump the homeassistant group with 2 updates
  • Loading branch information
Xyaren authored Apr 4, 2024
2 parents ca96374 + 6aadfc6 commit a456797
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -61,4 +61,4 @@
},
"remoteUser": "vscode",
"features": {}
}
}
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: "Set up Python"
uses: actions/[email protected]
with:
python-version: "3.11"
python-version: "3.12"
cache: "pip"

- name: "Install requirements"
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: "Set up Python"
uses: actions/[email protected]
with:
python-version: "3.11"
python-version: "3.12"
cache: "pip"

- name: "Install requirements"
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
- name: "Set up Python"
uses: actions/[email protected]
with:
python-version: "3.11"
python-version: "3.12"
- name: Install coverage.py
run: pip install coverage

Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
- name: "Set up Python"
uses: actions/[email protected]
with:
python-version: "3.11"
python-version: "3.12"
- name: Install coverage.py
run: pip install coverage

Expand All @@ -103,4 +103,4 @@ jobs:
uses: MishaKav/[email protected]
with:
pytest-xml-coverage-path: ./coverage.xml
junitxml-path: ./pytest.xml
junitxml-path: ./pytest.xml
2 changes: 1 addition & 1 deletion hacs.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "MagentaTV",
"homeassistant": "2024.3.0",
"homeassistant": "2024.4.0",
"render_readme": true,
"country": "DE"
}
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
homeassistant==2024.3.0
homeassistant==2024.4.0
pydantic>=1.10.8
async-upnp-client>=0.35.0

0 comments on commit a456797

Please sign in to comment.