chore(deps): bump msgraph-sdk to 1.55.0 and azure-mgmt-resource to 24.0.0, remove marshmallow#10733
Conversation
|
✅ All necessary |
|
✅ Conflict Markers Resolved All conflict markers have been successfully resolved in this pull request. |
There was a problem hiding this comment.
Pull request overview
Upgrades the Microsoft Graph Python SDK dependency used by the Prowler SDK, updating the project’s dependency pins and lockfile to keep installs reproducible, and recording the change in the SDK changelog.
Changes:
- Bump
msgraph-sdkfrom1.23.0to1.55.0inpyproject.toml - Regenerate
poetry.lockto reflect the updated dependency graph - Add a changelog entry documenting the dependency bump
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
pyproject.toml |
Updates the pinned msgraph-sdk version to 1.55.0. |
poetry.lock |
Updates the resolved msgraph-sdk package/version and lock metadata. |
prowler/CHANGELOG.md |
Documents the dependency bump under a new 5.25.0 UNRELEASED section. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
🔒 Container Security ScanImage: 📊 Vulnerability Summary
4 package(s) affected
|
…pendency of safety
Codecov Report✅ All modified and coverable lines are covered by tests.
Additional details and impacted files@@ Coverage Diff @@
## master #10733 +/- ##
==========================================
- Coverage 93.52% 84.50% -9.02%
==========================================
Files 227 1704 +1477
Lines 31978 54758 +22780
==========================================
+ Hits 29907 46274 +16367
- Misses 2071 8484 +6413 Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
💚 All backports created successfully
Questions ?Please refer to the Backport tool documentation and see the Github Action logs for details |
Description
msgraph-sdkfrom 1.23.0 to 1.55.0azure-mgmt-resourcefrom 23.3.0 to 24.0.0.marshmallowdev pin, as only was a transitive dependency ofsafetySteps to review
Run tests.
Checklist
SDK/CLI
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.