From 65a4018781291d79d6c88accc84aeb83b2c29e78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 4 Aug 2024 10:05:17 +0000 Subject: [PATCH] Update fastapi requirement from ~=0.111.1 to ~=0.112.0 in /code/function Updates the requirements on [fastapi](https://github.com/fastapi/fastapi) to permit the latest version. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.111.1...0.112.0) --- 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 560b045..38c7e9e 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.1 +fastapi~=0.112.0 pydantic-settings~=2.3.4 httpx~=0.27.0 azure-monitor-opentelemetry-exporter==1.0.0b27