From 204a404636cf1f85d607c91ed37a4e62cba60541 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 07:02:08 +0000 Subject: [PATCH] Bump uvicorn[standard] from 0.37.0 to 0.39.0 Bumps [uvicorn[standard]](https://github.com/Kludex/uvicorn) from 0.37.0 to 0.39.0. - [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.37.0...0.39.0) --- updated-dependencies: - dependency-name: uvicorn[standard] dependency-version: 0.39.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ccc36a5..415d944 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ dependencies = [ # exclude 0.11.2 and 0.11.3 due to https://github.com/sdispater/tomlkit/issues/225 "tomlkit >=0.11.1,<1.0.0,!=0.11.2,!=0.11.3", "ellar >= 0.8.1", - "uvicorn[standard] == 0.37.0", + "uvicorn[standard] == 0.39.0", "click >= 8.1.8", ]