Bump python-roborock to 3.20.1#159621
Conversation
|
Hey there @Lash-L, 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 upgrades the python-roborock dependency from version 3.19.0 to 3.20.1 to fix issue #159334. The update is applied consistently across all dependency files and includes bug fixes from the upstream library.
Key changes:
- Bump python-roborock library version from 3.19.0 to 3.20.1
- Update applied to all dependency files and the integration manifest
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
requirements_all.txt |
Updated python-roborock version to 3.20.1 |
requirements_test_all.txt |
Updated python-roborock version to 3.20.1 |
homeassistant/components/roborock/manifest.json |
Updated python-roborock version to 3.20.1 in the integration requirements |
The changes are straightforward and correctly applied. The version number is consistent across all three files, which is the expected pattern for dependency upgrades in Home Assistant. No code changes were required in the integration itself, indicating this is a drop-in replacement that fixes bugs in the underlying library.
TheJulianJES
left a comment
There was a problem hiding this comment.
Looks like the diagnostics snapshot still needs to be updated
Thanks, updated. |
|
There is a failed test due to license which was resolved - https://github.com/home-assistant/core/actions/runs/20451192438/job/58764598095?pr=159621#step:7:29 EDIT: Something was merged in a previous PR which broke CI, not this PR |
|
CI failure is fixed at #159631 |
Proposed change
Bump python-roborock to 3.20.1
Changes: Python-roborock/python-roborock@v3.19.0...v3.20.1
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: