From 6d0ffc24f4e01fc3bc5b330cadc210c45832d944 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 15:45:32 +0000 Subject: [PATCH] Bump uvicorn from 0.32.1 to 0.34.0 Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.32.1 to 0.34.0. - [Release notes](https://github.com/encode/uvicorn/releases) - [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md) - [Commits](https://github.com/encode/uvicorn/compare/0.32.1...0.34.0) --- updated-dependencies: - dependency-name: uvicorn dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 2257dcb..b73eec0 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -33,6 +33,6 @@ sphinxcontrib-serializinghtml==2.0.0 starlette==0.41.3 typing_extensions==4.12.2 urllib3==2.2.3 -uvicorn==0.32.1 +uvicorn==0.34.0 watchfiles==1.0.0 websockets==14.1