Skip to content

fix: Dependent bot code changes#587

Open
Akhileswara-Microsoft wants to merge 2 commits into
devfrom
Dependentbot_Akhileswara
Open

fix: Dependent bot code changes#587
Akhileswara-Microsoft wants to merge 2 commits into
devfrom
Dependentbot_Akhileswara

Conversation

@Akhileswara-Microsoft
Copy link
Copy Markdown
Contributor

@Akhileswara-Microsoft Akhileswara-Microsoft commented May 13, 2026

Purpose

This pull request updates several dependencies across the ContentProcessor, ContentProcessorAPI, ContentProcessorWorkflow, and ContentProcessorWeb components. 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?

  • Yes
  • No

Golden Path Validation

  • I have tested the primary workflows (the "golden path") to ensure they function correctly without errors.

Deployment Validation

  • I have validated the deployment process successfully and all services are running as expected with this change.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 13, 2026

Coverage

Coverage Report •
FileStmtsMissCoverMissing
TOTAL121716186% 
report-only-changed-files is enabled. No files were changed during this commit :)

Tests Skipped Failures Errors Time
244 0 💤 0 ❌ 0 🔥 4.543s ⏱️

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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-multipart to 0.0.27 across Python projects (Workflow + API).
  • Bump urllib3 to 2.7.0 for the Python API and ContentProcessor service.
  • Update the web app’s dependency pinning/overrides (notably postcss to 8.5.10, plus new overrides for axios, fast-uri, and a Babel plugin) and refresh pnpm-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.

Comment thread src/ContentProcessorAPI/pyproject.toml
Comment thread src/ContentProcessorWeb/pnpm-lock.yaml Outdated
Comment thread src/ContentProcessorWeb/pnpm-lock.yaml Outdated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants