From afdd8c2339ffb17b78d0272943a1788d311dba0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 27 Aug 2023 10:47:50 +0000 Subject: [PATCH] Update fastapi requirement from ~=0.101.0 to ~=0.103.0 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.101.0...0.103.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 e080474..9326716 100644 --- a/code/function/requirements.txt +++ b/code/function/requirements.txt @@ -4,7 +4,7 @@ # azure-identity~=1.13.0 azure-functions~=1.15.0 -fastapi~=0.101.0 +fastapi~=0.103.0 pydantic-settings~=2.0.2 aiohttp~=3.8.5 opentelemetry-instrumentation-fastapi==0.40b0