From 6fcc196f967a1fcf8f9b62ac4514cf51125b4842 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 11:00:06 +0000 Subject: [PATCH] Update fastapi requirement from ~=0.115.3 to ~=0.115.4 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.115.3...0.115.4) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5bccc5d..1d1b9b6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -fastapi~=0.115.3 +fastapi~=0.115.4 uvicorn~=0.32.0 fastapi-chameleon starlette<0.42.0