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
Open
Conversation
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>
| "httpx==0.28.1", | ||
| "pyyaml==6.0.3", | ||
| "uvicorn==0.52.3", | ||
| "uvicorn==0.52.4", |
There was a problem hiding this comment.
🔴 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.
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", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps uvicorn from 0.52.3 to 0.52.4.
Release notes
Sourced from uvicorn's releases.
Changelog
Sourced from uvicorn's changelog.
Commits
8988c23Stabilize macOS Python 3.13 signal shutdown tests (#3084)898ddcaUpdate PyPI publish action to version 1.14.2 (#3083)3869f8aRestore Mermaid diagram rendering (#3080)64148a9Version 0.52.4 (#3079)9e9e569docs: correct release example PR number (#3072)b783dacRemove duplicate Date header from SansIO WebSocket handshakes (#3078)27019b2chore(deps): bump the python-packages group across 1 directory with 11 update...1b64273Fix a typo in index.md (#3006)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)