From a77f887e5ce1c4b91f7c1c518149a95809a5d055 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 10:54:05 +0000 Subject: [PATCH] Update fastapi requirement from ~=0.114.0 to ~=0.115.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.114.0...0.115.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 8ec3864..765ee61 100644 --- a/code/function/requirements.txt +++ b/code/function/requirements.txt @@ -4,7 +4,7 @@ # azure-identity~=1.15.0 azure-functions~=1.21.0 -fastapi~=0.114.0 +fastapi~=0.115.0 pydantic-settings~=2.4.0 httpx~=0.27.2 azure-monitor-opentelemetry-exporter==1.0.0b28