Skip to content

build(deps): bump uvicorn from 0.52.3 to 0.52.4 in /services/account_unification - #120

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/services/account_unification/uvicorn-0.52.4
Open

build(deps): bump uvicorn from 0.52.3 to 0.52.4 in /services/account_unification#120
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/services/account_unification/uvicorn-0.52.4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 26, 2026

Copy link
Copy Markdown
Contributor

Bumps uvicorn from 0.52.3 to 0.52.4.

Release notes

Sourced from uvicorn's releases.

Version 0.52.4

Fixed

  • Remove duplicate Date headers from accepted WebSocket handshakes with websockets-sansio (#3078)

Full Changelog: Kludex/uvicorn@0.52.3...0.52.4

Changelog

Sourced from uvicorn's changelog.

0.52.4 (August 18, 2026)

Fixed

  • Remove duplicate Date headers from accepted WebSocket handshakes with websockets-sansio (#3078)
Commits

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Open in Devin Review

Bumps [uvicorn](https://github.com/Kludex/uvicorn) from 0.52.3 to 0.52.4.
- [Release notes](https://github.com/Kludex/uvicorn/releases)
- [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md)
- [Commits](Kludex/uvicorn@0.52.3...0.52.4)

---
updated-dependencies:
- dependency-name: uvicorn
  dependency-version: 0.52.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Aug 26, 2026

@devin-ai-integration devin-ai-integration Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Devin Review found 2 potential issues.

Open in Devin Review

"httpx==0.28.1",
"pyyaml==6.0.3",
"uvicorn==0.52.3",
"uvicorn==0.52.4",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔴 Lock files still pin the old uvicorn version

The manifest now requires uvicorn==0.52.4 but uv.lock (services/account_unification/uv.lock:379) and requirements.lock (services/account_unification/requirements.lock:367) still pin 0.52.3. The uv sync --locked CI step fails on this mismatch.

Prompt for agents
The uvicorn bump to 0.52.4 was applied to pyproject.toml and requirements-dev.txt, but the pinned lock files were not regenerated. services/account_unification/uv.lock still contains `{ name = "uvicorn", specifier = "==0.52.3" }` (line 379) plus the corresponding [[package]] entry with old sdist/wheel hashes, and services/account_unification/requirements.lock line 367 still lists `uvicorn==0.52.3` with old hashes. CI runs `uv sync --locked` which requires uv.lock to be consistent with pyproject.toml, so this mismatch will fail the build. Regenerate both lock files (e.g. `uv lock` / the tool that produces requirements.lock) so uvicorn is pinned to 0.52.4 with the correct hashes across all four files.
Open in Devin Review

Was this helpful? React with 👍 or 👎 to provide feedback.

"httpx==0.28.1",
"pyyaml==6.0.3",
"uvicorn==0.52.3",
"uvicorn==0.52.4",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 Info: CHANGELOG untouched for dependency bump

AGENTS.md asks for CHANGELOG.md updates on behavior changes. This dependency-only bump likely does not qualify, so it is noted rather than flagged.

Open in Devin Review

Was this helpful? React with 👍 or 👎 to provide feedback.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants