build(deps): bump the uv group across 1 directory with 12 updates#736
build(deps): bump the uv group across 1 directory with 12 updates#736dependabot[bot] wants to merge 1 commit into
Conversation
--- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.7 dependency-type: direct:production dependency-group: uv - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production dependency-group: uv - dependency-name: aiohttp dependency-version: 3.14.0 dependency-type: indirect dependency-group: uv - dependency-name: filelock dependency-version: 3.20.3 dependency-type: indirect dependency-group: uv - dependency-name: idna dependency-version: '3.15' dependency-type: indirect dependency-group: uv - dependency-name: mcp dependency-version: 1.23.0 dependency-type: indirect dependency-group: uv - dependency-name: python-dotenv dependency-version: 1.2.2 dependency-type: indirect dependency-group: uv - dependency-name: python-multipart dependency-version: 0.0.27 dependency-type: indirect dependency-group: uv - dependency-name: requests dependency-version: 2.33.0 dependency-type: indirect dependency-group: uv - dependency-name: starlette dependency-version: 1.0.1 dependency-type: indirect dependency-group: uv - dependency-name: urllib3 dependency-version: 2.7.0 dependency-type: indirect dependency-group: uv - dependency-name: virtualenv dependency-version: 20.36.1 dependency-type: indirect dependency-group: uv ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: ca9757ccbb
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| name = "starlette" | ||
| version = "0.48.0" | ||
| version = "1.0.1" |
There was a problem hiding this comment.
Update the package lockfile used by Prime CI
This Starlette bump only lands in the workspace uv.lock, but the Prime package jobs run uv sync --all-extras with working-directory: packages/prime (.github/workflows/ci.yml), where uv uses packages/prime/uv.lock instead. That lockfile still pins the old transitive stack (for example starlette==0.48.0 via mcp==1.15.0), so CI/release workflows for packages/prime will not exercise or ship this dependency update unless the package lockfile is regenerated too.
Useful? React with 👍 / 👎.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.
Note
Medium Risk
Starlette and pytest are major-version jumps that can affect ASGI/MCP stacks and CI; cryptography and HTTP client updates are otherwise routine lockfile maintenance.
Overview
Bumps 12 transitive/direct Python dependencies in
uv.lockvia Dependabot’s uv group—no application source changes.Notable version moves include
aiohttp3.13 → 3.14 (adds a conditionaltyping-extensionsdependency and refreshed platform wheels),cryptography46.0.2 → 46.0.7,starlette0.48 → 1.0.1,pytest8.4 → 9.0.3,mcp1.22 → 1.23, plus smaller bumps torequests,urllib3,idna,python-dotenv,python-multipart,filelock, andvirtualenv.Reviewed by Cursor Bugbot for commit ca9757c. Bugbot is set up for automated code reviews on this repo. Configure here.