Bump aioasuswrt to 1.5.4#159038
Conversation
|
Hey there @kennedyshead, @ollo69, @Vaskivskyi, mind taking a look at this pull request as it has been labeled with an integration ( Code owner commandsCode owners of
|
There was a problem hiding this comment.
Pull request overview
This PR bumps the aioasuswrt library dependency from version 1.5.3 to 1.5.4 to incorporate bug fixes from the upstream library. This is a straightforward dependency upgrade that updates the version reference across all required files without requiring any code changes to the integration itself.
Key changes:
- Updated aioasuswrt dependency from 1.5.3 to 1.5.4 in all dependency files
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
homeassistant/components/asuswrt/manifest.json |
Updated aioasuswrt requirement from 1.5.3 to 1.5.4 |
requirements_all.txt |
Updated aioasuswrt version from 1.5.3 to 1.5.4 in the complete requirements list |
requirements_test_all.txt |
Updated aioasuswrt version from 1.5.3 to 1.5.4 in the test requirements list |
The changes are straightforward and properly update all three locations where the aioasuswrt version is referenced. The version bump is consistent across all files, and no code changes are needed in the integration itself as this is a minor bugfix release in the upstream library. The integration properly imports and uses the library through its bridge classes, and the tests don't hardcode any version references, so everything should work correctly with the updated dependency.
|
#158882, which introduced the temporary fix, is tagged for 2025.12.4, so tagging this for that patch release as well. |
Proposed change
Bump aioasuswrt to 1.5.4 changelog
Type of change
Additional information
Checklist
ruff format homeassistant tests)If user exposed functionality or configuration variables are added/changed:
If the code communicates with devices, web services, or third-party tools:
Updated and included derived files by running:
python3 -m script.hassfest.requirements_all.txt.Updated by running
python3 -m script.gen_requirements_all.To help with the load of incoming pull requests: