build(deps): bump the uv group across 1 directory with 10 updates#755
build(deps): bump the uv group across 1 directory with 10 updates#755dependabot[bot] wants to merge 1 commit into
Conversation
--- updated-dependencies: - dependency-name: cryptography dependency-version: 48.0.1 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.1 dependency-type: indirect dependency-group: uv - dependency-name: idna dependency-version: '3.15' dependency-type: indirect dependency-group: uv - dependency-name: pyjwt dependency-version: 2.13.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.31 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.3.1 dependency-type: indirect dependency-group: uv - dependency-name: urllib3 dependency-version: 2.7.0 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: 3f0293539c
ℹ️ 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".
| @@ -3025,15 +3040,15 @@ wheels = [ | |||
|
|
|||
| [[package]] | |||
| name = "starlette" | |||
| version = "0.48.0" | |||
| version = "1.3.1" | |||
There was a problem hiding this comment.
Update the package locks used by CI
This dependency bump only changes the workspace-level lock, but the CI jobs for prime run uv sync from packages/prime and will therefore continue using packages/prime/uv.lock, which still pins the pre-bump versions such as starlette==0.48.0, requests==2.32.5, and urllib3==2.5.0. In that CI/local package context, the updated root-lock dependencies are never installed, so compatibility or security regressions from this bump are not exercised; please regenerate the package lockfiles as well or have those jobs install from the workspace lock.
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
Lockfile-only but touches security-sensitive
cryptographyand a majorstarlettejump used by MCP; pytest 9 may affect CI. Verify tests and any MCP/HTTP paths after sync.Overview
Updates the root
uv.lockonly (nopyproject.tomlchanges), refreshing pinned versions for a Dependabot uv group of transitive and direct dependencies.Notable version moves include
aiohttp3.13.0 → 3.14.1 (adds a conditionaltyping-extensionsdependency on Python < 3.13),cryptography46.0.2 → 48.0.1,starlette0.48.0 → 1.3.1,pytest8.4.2 → 9.0.3, plus smaller bumps torequests,urllib3,idna,PyJWT,python-dotenv, andpython-multipart. Wheel/sdist URLs and hashes are regenerated for the new releases.Reviewed by Cursor Bugbot for commit 3f02935. Bugbot is set up for automated code reviews on this repo. Configure here.