From fc14eec30e66e506b784e4f84f8c9bb9aa766210 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 09:58:59 +0000 Subject: [PATCH] Bump uvicorn from 0.30.6 to 0.32.0 Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.30.6 to 0.32.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.30.6...0.32.0) --- 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..ca1a884fc 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.0 # via sphinx-autobuild uvloop==0.20.0 ; sys_platform != "win32" # via appdaemon (pyproject.toml)