From c8381ca208776836e24b6f698cb0dd7a10d05680 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 08:05:57 +0000 Subject: [PATCH] chore: Update uvicorn[standard] requirement from >=0.47.0 to >=0.48.0 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](https://github.com/Kludex/uvicorn/compare/0.47.0...0.48.0) --- updated-dependencies: - dependency-name: uvicorn[standard] dependency-version: 0.48.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- uv.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c2f0c8d..37f5cef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ django = [ fastapi = [ "fastapi>=0.136.1", "pydantic>=2.13.4", - "uvicorn[standard]>=0.47.0", + "uvicorn[standard]>=0.48.0", ] # Meta-group that includes all example dependencies diff --git a/uv.lock b/uv.lock index 9947871..192bdd8 100644 --- a/uv.lock +++ b/uv.lock @@ -215,12 +215,12 @@ examples = [ { name = "fastapi", specifier = ">=0.136.1" }, { name = "flask", specifier = ">=3.1.2,<4" }, { name = "pydantic", specifier = ">=2.13.4" }, - { name = "uvicorn", extras = ["standard"], specifier = ">=0.47.0" }, + { name = "uvicorn", extras = ["standard"], specifier = ">=0.48.0" }, ] fastapi = [ { name = "fastapi", specifier = ">=0.136.1" }, { name = "pydantic", specifier = ">=2.13.4" }, - { name = "uvicorn", extras = ["standard"], specifier = ">=0.47.0" }, + { name = "uvicorn", extras = ["standard"], specifier = ">=0.48.0" }, ] flask = [{ name = "flask", specifier = ">=3.1.2,<4" }] @@ -714,15 +714,15 @@ wheels = [ [[package]] name = "uvicorn" -version = "0.47.0" +version = "0.48.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "click" }, { name = "h11" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/f6/b1/8e7077a8641086aea449e1b5752a570f1b5906c64e0a33cd6d93b63a066b/uvicorn-0.47.0.tar.gz", hash = "sha256:7c9a0ea1a9414106bbab7324609c162d8fa0cdcdcb703060987269d77c7bb533", size = 90582, upload-time = "2026-05-14T18:16:54.455Z" } +sdist = { url = "https://files.pythonhosted.org/packages/e6/bf/f6544ba992ddb9a6077343a576f9844f7f8f06ab819aefd00206e9255f18/uvicorn-0.48.0.tar.gz", hash = "sha256:a5504207195d08c2511bf9125ede5ac4a4b71725d519e758d01dcf0bc2d31c37", size = 91074, upload-time = "2026-05-24T12:08:41.925Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/15/41/ac2dfdbc1f60c7af4f994c7a335cfa7040c01642b605d65f611cecc2a1e4/uvicorn-0.47.0-py3-none-any.whl", hash = "sha256:2c5715bc12d1892d84752049f400cd1c3cb018514967fdfeb97640443a6a9432", size = 71301, upload-time = "2026-05-14T18:16:51.762Z" }, + { url = "https://files.pythonhosted.org/packages/01/be/72532be3da7acc5fdfbccdb95215cd04f995a0886532a5b423f929cda4cc/uvicorn-0.48.0-py3-none-any.whl", hash = "sha256:48097851328b87ec36117d3d575234519eb58c2b22d79666e9bbc6c49a761dad", size = 71410, upload-time = "2026-05-24T12:08:40.258Z" }, ] [package.optional-dependencies]