From da7b7b2cef1b004cefc3685c655853313aefdab1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Jul 2024 10:26:14 +0000 Subject: [PATCH] Update fastapi requirement from ~=0.111.0 to ~=0.111.1 in /code/function Updates the requirements on [fastapi](https://github.com/tiangolo/fastapi) to permit the latest version. - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](https://github.com/tiangolo/fastapi/compare/0.111.0...0.111.1) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- code/function/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/function/requirements.txt b/code/function/requirements.txt index 68aec2a..adf8fc4 100644 --- a/code/function/requirements.txt +++ b/code/function/requirements.txt @@ -4,7 +4,7 @@ # azure-identity~=1.15.0 azure-functions~=1.20.0 -fastapi~=0.111.0 +fastapi~=0.111.1 pydantic-settings~=2.3.4 httpx~=0.27.0 azure-monitor-opentelemetry-exporter==1.0.0b27