diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 22bb531..91af2aa 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -16,7 +16,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.10", "3.11"] + python-version: ["3.12"] steps: - uses: actions/checkout@v3 diff --git a/custom_components/esb_faults/manifest.json b/custom_components/esb_faults/manifest.json index 7d7b977..0887cc7 100644 --- a/custom_components/esb_faults/manifest.json +++ b/custom_components/esb_faults/manifest.json @@ -1,14 +1,14 @@ { "domain": "esb_faults", "name": "ESB Faults", - "version": "1.0.0", + "version": "1.0.2", "codeowners": ["@jasonmadigan"], "config_flow": true, "dependencies": [], "documentation": "https://github.com/jasonmadigan/esb_faults", "homekit": {}, "iot_class": "cloud_polling", - "requirements": ["requests==2.31.0", "geopy==2.3.0"], + "requirements": ["requests>=2.31.0,<3.0.0", "geopy==2.3.0"], "ssdp": [], "zeroconf": [], "issue_tracker": "https://github.com/jasonmadigan/esb_faults/issues" diff --git a/hacs.json b/hacs.json index ec3e610..34603a9 100644 --- a/hacs.json +++ b/hacs.json @@ -1,6 +1,6 @@ { "name": "ESB Faults Integration for Home Assistant", - "hacs": "1.0.0", + "hacs": "1.0.2", "render_readme": true, - "homeassistant": "2023.6.2" + "homeassistant": "2024.6.1" } \ No newline at end of file diff --git a/requirements_dev.txt b/requirements_dev.txt index 663b4fe..a569cfe 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,7 +1,7 @@ -aiohttp==3.8.5 -homeassistant==2023.6.0 +aiohttp==3.9.5 +homeassistant==2024.6.1 pytest -pytest-homeassistant-custom-component==0.13.36 +pytest-homeassistant-custom-component==0.13.133 pytest-aiohttp -requests==2.31.0 +requests>=2.31.0,<3.0.0 geopy==2.3.0 \ No newline at end of file