From 3d4c898d574450295790ebc60468de73920c0d73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 06:10:00 +0000 Subject: [PATCH] chore: Update uvicorn[standard] requirement from >=0.23.0 to >=0.44.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.23.0...0.44.0) --- updated-dependencies: - dependency-name: uvicorn[standard] dependency-version: 0.44.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 81a263a..8c0c0d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ django = [ fastapi = [ "fastapi>=0.100.0", "pydantic>=2.0.0", - "uvicorn[standard]>=0.23.0", + "uvicorn[standard]>=0.44.0", ] # Meta-group that includes all example dependencies diff --git a/uv.lock b/uv.lock index fb3a88a..3ebb506 100644 --- a/uv.lock +++ b/uv.lock @@ -209,12 +209,12 @@ examples = [ { name = "fastapi", specifier = ">=0.100.0" }, { name = "flask", specifier = ">=3.1.2,<4" }, { name = "pydantic", specifier = ">=2.0.0" }, - { name = "uvicorn", extras = ["standard"], specifier = ">=0.23.0" }, + { name = "uvicorn", extras = ["standard"], specifier = ">=0.44.0" }, ] fastapi = [ { name = "fastapi", specifier = ">=0.100.0" }, { name = "pydantic", specifier = ">=2.0.0" }, - { name = "uvicorn", extras = ["standard"], specifier = ">=0.23.0" }, + { name = "uvicorn", extras = ["standard"], specifier = ">=0.44.0" }, ] flask = [{ name = "flask", specifier = ">=3.1.2,<4" }] @@ -703,15 +703,15 @@ wheels = [ [[package]] name = "uvicorn" -version = "0.38.0" +version = "0.44.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "click" }, { name = "h11" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/cb/ce/f06b84e2697fef4688ca63bdb2fdf113ca0a3be33f94488f2cadb690b0cf/uvicorn-0.38.0.tar.gz", hash = "sha256:fd97093bdd120a2609fc0d3afe931d4d4ad688b6e75f0f929fde1bc36fe0e91d", size = 80605, upload-time = "2025-10-18T13:46:44.63Z" } +sdist = { url = "https://files.pythonhosted.org/packages/5e/da/6eee1ff8b6cbeed47eeb5229749168e81eb4b7b999a1a15a7176e51410c9/uvicorn-0.44.0.tar.gz", hash = "sha256:6c942071b68f07e178264b9152f1f16dfac5da85880c4ce06366a96d70d4f31e", size = 86947, upload-time = "2026-04-06T09:23:22.826Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/ee/d9/d88e73ca598f4f6ff671fb5fde8a32925c2e08a637303a1d12883c7305fa/uvicorn-0.38.0-py3-none-any.whl", hash = "sha256:48c0afd214ceb59340075b4a052ea1ee91c16fbc2a9b1469cca0e54566977b02", size = 68109, upload-time = "2025-10-18T13:46:42.958Z" }, + { url = "https://files.pythonhosted.org/packages/b7/23/a5bbd9600dd607411fa644c06ff4951bec3a4d82c4b852374024359c19c0/uvicorn-0.44.0-py3-none-any.whl", hash = "sha256:ce937c99a2cc70279556967274414c087888e8cec9f9c94644dfca11bd3ced89", size = 69425, upload-time = "2026-04-06T09:23:21.524Z" }, ] [package.optional-dependencies]