From 900e70773d407b860e292116f6e8087eb31bc6b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 03:04:54 +0000 Subject: [PATCH] Bump uvicorn from 0.35.0 to 0.36.0 Bumps [uvicorn](https://github.com/Kludex/uvicorn) from 0.35.0 to 0.36.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.35.0...0.36.0) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.36.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 95efc7d..da70c48 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.35.0 +uvicorn==0.36.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)