From f298e8c4b4eaeaedc873c5445ddcaf99bda7ab52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 16:26:51 +0000 Subject: [PATCH] build: bump uvicorn in /azurefunctions-extensions-http-fastapi 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] --- 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 c4f1918..f81be9f 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.110.1', - 'uvicorn==0.29.0', + 'uvicorn==0.32.0', 'pydantic==2.7.4', ]