From 6b84b0481a8a0c42f7f19113b45e3f742af146ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 09:34:40 +0000 Subject: [PATCH] Bump uvicorn from 0.30.6 to 0.32.1 Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.30.6 to 0.32.1. - [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.30.6...0.32.1) --- updated-dependencies: - dependency-name: uvicorn dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- doc-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc-requirements.txt b/doc-requirements.txt index b19a110df..c2862fcce 100644 --- a/doc-requirements.txt +++ b/doc-requirements.txt @@ -160,7 +160,7 @@ tomli-w==1.0.0 # via appdaemon (pyproject.toml) urllib3==2.2.3 # via requests -uvicorn==0.30.6 +uvicorn==0.32.1 # via sphinx-autobuild uvloop==0.20.0 ; sys_platform != "win32" # via appdaemon (pyproject.toml)