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
Updates the API project’s test dependency (pytest) to a patched version intended to address CVE-2025-71176, and regenerates the Poetry lockfile accordingly.
Changes:
- Bump
pytestinapi/pyproject.tomlfrom 8.2.2 to 9.0.3. - Regenerate
api/poetry.lockto reflect the updated dependency resolution. - Add an unreleased changelog entry describing the security bump.
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| api/pyproject.toml | Updates the pytest dev dependency version to 9.0.3. |
| api/poetry.lock | Lockfile regeneration reflecting the new pytest version (and updated lock metadata). |
| api/CHANGELOG.md | Adds an “UNRELEASED” security note for the pytest CVE fix. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
🔒 Container Security ScanImage: 📊 Vulnerability Summary
4 package(s) affected
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #10678 +/- ##
==========================================
+ Coverage 88.07% 93.61% +5.53%
==========================================
Files 125 227 +102
Lines 5251 31923 +26672
==========================================
+ Hits 4625 29884 +25259
- Misses 626 2039 +1413
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
Description
Bump
pytestto 9.0.3 to fix CVE-2025-71176Checklist
Community Checklist
SDK/CLI
UI
API
License
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.