From abe891b782954ce05094fd358ad5f20dc2b6c4f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 13:15:59 -0500 Subject: [PATCH] build: bump uvicorn in /azurefunctions-extensions-http-fastapi (#77) Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.29.0 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.29.0...0.32.0) --- updated-dependencies: - dependency-name: uvicorn dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- azurefunctions-extensions-http-fastapi/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azurefunctions-extensions-http-fastapi/pyproject.toml b/azurefunctions-extensions-http-fastapi/pyproject.toml index 0dea4c2..f627c6a 100644 --- a/azurefunctions-extensions-http-fastapi/pyproject.toml +++ b/azurefunctions-extensions-http-fastapi/pyproject.toml @@ -27,7 +27,7 @@ classifiers= [ dependencies = [ 'azurefunctions-extensions-base', 'fastapi==0.115.2', - 'uvicorn==0.29.0', + 'uvicorn==0.32.0', 'pydantic==2.7.4', ]