Bump python-roborock to 3.18.0#159271
Conversation
|
Hey there @allenporter, 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 python-roborock library from version 3.12.2 to 3.18.0 to support new Roborock devices. The update is a straightforward dependency upgrade with no breaking changes requiring code modifications.
Key changes:
- Updated
python-roborockdependency from 3.12.2 to 3.18.0 across all requirement files - No integration code changes needed - library maintains backward compatibility
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
requirements_test_all.txt |
Updated python-roborock version from 3.12.2 to 3.18.0 for test dependencies |
requirements_all.txt |
Updated python-roborock version from 3.12.2 to 3.18.0 for production dependencies |
homeassistant/components/roborock/manifest.json |
Updated python-roborock requirement from 3.12.2 to 3.18.0 in integration manifest |
This is a clean dependency upgrade PR with no issues identified. All three required files have been consistently updated with the new version, and the library maintains backward compatibility with the existing integration code. The changes align with Home Assistant's dependency management guidelines.
|
Can merge when CI passes. |
Breaking change
Proposed change
Updates our library primarily to help support the new devices.
Changes: Python-roborock/python-roborock@v3.12.2...v3.18.0
Changelog: https://github.com/Python-roborock/python-roborock/blob/main/CHANGELOG.md
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: