Update mcp_server/uv.lock to fix Dependabot alerts [ZEPAI-3570] - #1882
Conversation
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
|
All contributors have signed the CLA ✍️ ✅ |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
Warning Review the following alerts detected in dependencies. According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
recheck |
Summary
Re-resolve
mcp_server/uv.lockto close the open Dependabot alerts that point at this lockfile. Lockfile only;mcp_server/pyproject.tomlis unchanged.Direct fixes (
uv lock --upgrade-package ...inmcp_server/):The rest of the diff is the transitive re-resolution that
uvperforms for these packages.The root
uv.lockalerts are handled in a separate PR.Type of Change
Objective
Close the open Dependabot alerts (high and medium) on the MCP server lockfile without changing declared dependency ranges.
Testing
Unit tests added/updated
Integration tests added/updated
All existing tests pass
uv syncanduv sync --extra providers: passeduv run ruff check src tests: passeduv run pyright: 133 errors, identical tomainwith the old lockfile (pre-existing, not caused by this change)Configuration and factory tests that do not need FalkorDB: 31 passed. Tests that need FalkorDB were not run locally.
Breaking Changes
Checklist
make lintpasses)Related Issues
Tracked in ZEPAI-3570.