tools: Remove matter-idl from package - #30555
Conversation
Matter samples moved to add-on Signed-off-by: Jan Gałda <jan.galda@nordicsemi.no>
There was a problem hiding this comment.
🟢 Ready to approve
The changes are small, internally consistent across the requirements files, and a repo-wide search shows no remaining references to matter-idl / matter_idl.
This review doesn't count toward merge requirements. Sign up for the private preview to control whether Copilot approvals count.
Pull request overview
This PR updates the Python dependency sets under scripts/ to remove the matter-idl dependency now that Matter samples have been moved to an add-on, while also refreshing a GitPython pin and keeping pip-audit noise manageable via the existing whitelist mechanism.
Changes:
- Remove
matter-idl/matter_idlfrom the extra and fixed requirement sets. - Bump GitPython from 3.1.57 to 3.1.58 in both the fixed lock and CI requirements.
- Add additional
pyadvisories toscripts/pip-audit-whitelist.yml.
File summaries
| File | Description |
|---|---|
| scripts/requirements-fixed.txt | Drops matter-idl from the generated lockfile and updates the pinned gitpython version. |
| scripts/requirements-extra.txt | Removes matter_idl from the extra requirements list. |
| scripts/requirements-ci.txt | Updates the minimum GitPython version used in CI. |
| scripts/pip-audit-whitelist.yml | Extends the existing py vulnerability allowlist with three additional advisory IDs. |
Review details
- Files reviewed: 4/4 changed files
- Comments generated: 0
- Review effort level: Lite
We're testing this review assessment. Please use 👍 or 👎 to tell us if it's correct.
CI InformationTo view the history of this post, click the 'edited' button above Inputs:Sources:sdk-nrf: PR head: 36602770fb9009afe79df97e0fb45ea0bb944b2f more detailssdk-nrf:
Github labels
List of changed files detected by CI (4)Outputs:ToolchainVersion: 69ce670fbd Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
Memory footprint analysis revealed the following potential issuesapplications.hpf.gpio.icmsg[nrf54l15dk/nrf54l15/cpuflpr]: High RAM usage: 9384[B] - link (cc: @nrfconnect/ncs-ll-ursus) Note: This message is automatically posted and updated by the CI (latest/sdk-nrf/PR-30555/3) |
Matter samples moved to add-on