chore(deps): bump starlette from 0.46.2 to 1.3.1 in /services/apps/git_integration - #4223
Conversation
Bumps [starlette](https://github.com/Kludex/starlette) from 0.46.2 to 1.3.1. - [Release notes](https://github.com/Kludex/starlette/releases) - [Changelog](https://github.com/Kludex/starlette/blob/main/docs/release-notes.md) - [Commits](Kludex/starlette@0.46.2...1.3.1) --- updated-dependencies: - dependency-name: starlette dependency-version: 1.3.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
|
|
|
Your PR title doesn't contain a Jira issue key. Consider adding it for better traceability. Example:
Projects:
Please add a Jira issue key to your PR title. |
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps starlette from 0.46.2 to 1.3.1.
Release notes
Sourced from starlette's releases.
... (truncated)
Changelog
Sourced from starlette's changelog.
... (truncated)
Commits
8ebffd0Version 1.3.1 (#3330)25b8e17EnforceFormParserlimits in parser callbacks (#3331)dba1c4bEnforcemax_fieldsandmax_part_sizeinFormParser(#3329)45e51dcUseStarletteDeprecationWarninginstead ofDeprecationWarning(#3119)5f8610cVersion 1.3.0 (#3327)167b585Buildrequest.urlfrom structured components (#3326)3730925Useremoveprefixto strip weak ETag indicator inis_not_modified(#3193)e6f7ad1avoid collapsing exception groups from user code (#2830)115228fAnnotate URLPath protocol parameter with Literal (#3285)113f193docs: replace inline ASGI server list with link to canonical implemen… (#3204)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 this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.
Note
Medium Risk
Major Starlette 0.x→1.x and FastAPI minor upgrades affect all HTTP request/response handling; regression risk is in runtime behavior, not edited service logic.
Overview
Updates
services/apps/git_integration/uv.lockso the transitive ASGI stack moves from Starlette 0.46.2 → 1.3.1, with FastAPI 0.115.14 → 0.137.1 and related pins refreshed. There are no changes topyproject.tomlor application code—only the resolved dependency graph.The lockfile also picks up new FastAPI
[standard]extras (e.g.annotated-doc,fastapi-cloud-cli,fastar,pydantic-settings,pydantic-extra-types,sentry-sdk,rignore) and refines Python version resolution markers for 3.12–3.14.Starlette 1.x brings HTTP-layer behavior and hardening changes that matter for this service’s FastAPI app: stricter form/multipart limits,
request.urlconstruction changes,StaticFilespath checks, and assortedFileResponse/ test-client fixes noted in the 1.x release notes.Reviewed by Cursor Bugbot for commit 92eb2b6. Bugbot is set up for automated code reviews on this repo. Configure here.