fix: Dependent bot code changes - #587
Merged
Merged
Conversation
Akhileswara-Microsoft
temporarily deployed
to
production
May 13, 2026 05:37 — with
GitHub Actions
Inactive
Contributor
There was a problem hiding this comment.
Pull request overview
This pull request updates pinned dependency versions across the Python services/workflow and the React web app, primarily via lockfile and manifest updates.
Changes:
- Bump
python-multipartto0.0.27across Python projects (Workflow + API). - Bump
urllib3to2.7.0for the Python API and ContentProcessor service. - Update the web app’s dependency pinning/overrides (notably
postcssto8.5.10, plus new overrides foraxios,fast-uri, and a Babel plugin) and refreshpnpm-lock.yaml.
Reviewed changes
Copilot reviewed 5 out of 9 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| src/ContentProcessorWorkflow/pyproject.toml | Bumps python-multipart version in Workflow dependencies. |
| src/ContentProcessorWeb/pnpm-lock.yaml | Updates locked web dependency graph and overrides (postcss/axios/fast-uri/Babel plugin), including new deprecation metadata. |
| src/ContentProcessorWeb/package.json | Pins postcss to 8.5.10 and adds additional pnpm.overrides entries. |
| src/ContentProcessorAPI/uv.lock | Refreshes API lockfile for python-multipart and urllib3 updates. |
| src/ContentProcessorAPI/requirements.txt | Updates pip-installed pins (python-multipart, urllib3). |
| src/ContentProcessorAPI/pyproject.toml | Updates API dependency constraints for python-multipart and urllib3. |
| src/ContentProcessor/uv.lock | Refreshes ContentProcessor lockfile for python-multipart/urllib3 versions. |
| src/ContentProcessor/requirements.txt | Updates pip-installed urllib3 pin. |
Files not reviewed (1)
- src/ContentProcessorWeb/pnpm-lock.yaml: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Akhileswara-Microsoft
temporarily deployed
to
production
May 13, 2026 05:51 — with
GitHub Actions
Inactive
Akhileswara-Microsoft
temporarily deployed
to
production
May 13, 2026 05:53 — with
GitHub Actions
Inactive
Akhileswara-Microsoft
temporarily deployed
to
production
May 13, 2026 05:54 — with
GitHub Actions
Inactive
Akhileswara-Microsoft
had a problem deploying
to
production
May 13, 2026 06:06 — with
GitHub Actions
Error
Akhileswara-Microsoft
temporarily deployed
to
production
May 13, 2026 10:39 — with
GitHub Actions
Inactive
Akhileswara-Microsoft
temporarily deployed
to
production
May 13, 2026 10:39 — with
GitHub Actions
Inactive
Akhileswara-Microsoft
temporarily deployed
to
production
May 13, 2026 10:53 — with
GitHub Actions
Inactive
Akhileswara-Microsoft
temporarily deployed
to
production
May 13, 2026 11:06 — with
GitHub Actions
Inactive
Roopan-Microsoft
approved these changes
May 21, 2026
|
🎉 This PR is included in version 2.1.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
pull Bot
pushed a commit
to ScorpiusDraconis83/content-processing-solution-accelerator
that referenced
this pull request
Aug 10, 2026
NPM (ContentProcessorWeb pnpm overrides): - websocket-driver -> ^0.7.5 (CRITICAL, microsoft#541) - axios 1.16.0 -> 1.18.0 (microsoft#558) - brace-expansion ^2.0.3 -> ^2.1.2 (microsoft#587) - fast-uri 3.1.2 -> 3.1.4 (microsoft#602/microsoft#604) - immutable ^5.1.5 -> ^5.1.8 (microsoft#600/microsoft#601) - js-yaml ^4.2.0 -> ^4.3.0 (microsoft#588) - shell-quote ^1.8.4 -> ^1.9.0 (microsoft#589) - svgo ^2.8.1 -> ^2.8.3 (microsoft#603) - react-router-dom 7.15.1 -> 7.18.1 (microsoft#611 DoS) Python (uv): - pillow 12.2.0 -> 12.3.0 (ContentProcessor) - pyasn1 0.6.3 -> 0.6.4 (ContentProcessor, Workflow) - mcp 1.25.0 -> 1.28.1 (Workflow); transitive mcp -> 1.29.0 (ContentProcessor) Deferred: react-router microsoft#610 (RSC CSRF, fixed only in v8.3.0 major; RSC mode unused by this CRA SPA). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 22668762-66d8-4311-b4c2-ee147376b71d
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
This pull request updates several dependencies across the
ContentProcessor,ContentProcessorAPI,ContentProcessorWorkflow, andContentProcessorWebcomponents. The main focus is on keeping dependencies up-to-date for security, compatibility, and feature improvements. The most important changes are grouped below by backend and frontend dependency updates.No functional or code logic changes were made—these updates are strictly related to dependency management.
Does this introduce a breaking change?
Golden Path Validation
Deployment Validation