From 7d5e6e4c2f41d5215f33b7eac0e5e12d63bb9a03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 03:06:41 +0000 Subject: [PATCH] Bump uvicorn from 0.36.0 to 0.38.0 Bumps [uvicorn](https://github.com/Kludex/uvicorn) from 0.36.0 to 0.38.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.36.0...0.38.0) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.38.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index 3f07df2..07bfcf1 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -162,7 +162,7 @@ typing-inspection==0.4.1 # via pydantic urllib3==2.5.0 # via requests -uvicorn==0.36.0 +uvicorn==0.38.0 # via quartapp (pyproject.toml) uvloop==0.21.0 ; sys_platform != "win32" and (sys_platform != "cygwin" and platform_python_implementation != "PyPy") # via quartapp (pyproject.toml)