Skip to content

Commit 760e1bf

Browse files
chore: Update uvicorn[standard] requirement from >=0.44.0 to >=0.46.0 (#284)
Updates the requirements on [uvicorn[standard]](https://github.com/Kludex/uvicorn) to permit the latest version. - [Release notes](https://github.com/Kludex/uvicorn/releases) - [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md) - [Commits](Kludex/uvicorn@0.44.0...0.46.0) --- updated-dependencies: - dependency-name: uvicorn[standard] dependency-version: 0.46.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3dadb7b commit 760e1bf

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ django = [
3333
fastapi = [
3434
"fastapi>=0.136.0",
3535
"pydantic>=2.13.3",
36-
"uvicorn[standard]>=0.44.0",
36+
"uvicorn[standard]>=0.46.0",
3737
]
3838

3939
# Meta-group that includes all example dependencies

uv.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)