fix: Dependent bot fix#898
Merged
Merged
Conversation
- Bump vite version from 7.1.2 to 7.1.11 in frontend package.json - Update minimatch and mdast-util-to-hast overrides in frontend package.json - Upgrade werkzeug from 3.1.5 to 3.1.6 in mcp_server pyproject.toml and uv.lock
Contributor
There was a problem hiding this comment.
Pull request overview
Updates backend, MCP server, and frontend dependency sets (Python + Node) to newer versions, with lockfile regeneration to improve security/compatibility.
Changes:
- Bump Python deps across backend + MCP server (notably
fastmcp2.x → 3.2.0,cryptography46.0.5 → 46.0.6) and update lockfiles. - Add new Python deps (
requests,pygments,pyjwt[crypto],cryptographyin frontend) and reflect them in project metadata/locks. - Update frontend Node deps by pinning
viteto 7.1.11 and adding severaloverrides, with correspondingpackage-lock.jsonupdates.
Reviewed changes
Copilot reviewed 6 out of 10 changed files in this pull request and generated 7 comments.
Show a summary per file
| File | Description |
|---|---|
| src/mcp_server/uv.lock | Regenerated lockfile reflecting FastMCP 3.2.0 and dependency graph changes. |
| src/mcp_server/pyproject.toml | Pins updated MCP server runtime deps (adds requests, pygments; bumps fastmcp, cryptography, werkzeug). |
| src/frontend/uv.lock | Updates frontend Python lockfile; adds pyjwt and bumps cryptography. |
| src/frontend/requirements.txt | Adds pyjwt[crypto]==2.12.0 to frontend Python requirements. |
| src/frontend/pyproject.toml | Adds pyjwt[crypto] and pins cryptography==46.0.6. |
| src/frontend/package.json | Pins vite to 7.1.11 and adds additional npm overrides. |
| src/frontend/package-lock.json | Lockfile updates for npm dependency changes (vite/esbuild/picomatch/etc). |
| src/backend/requirements.txt | Bumps cryptography, aiohttp, pyasn1, nltk; adds requests, pygments. |
| src/backend/pyproject.toml | Mirrors backend dependency bumps/additions from requirements. |
Files not reviewed (1)
- src/frontend/package-lock.json: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Roopan-Microsoft
approved these changes
Apr 8, 2026
|
🎉 This PR is included in version 4.1.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
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 backend and frontend dependencies to their latest versions, improving security, compatibility, and stability. The most significant changes are dependency version bumps for both Python and Node.js packages, and the addition of the
requestslibrary to the backend requirements.Does this introduce a breaking change?