From c1fe0b72e58c82da67d4f32f5f0ad4975a72b7ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 15:15:18 +0000 Subject: [PATCH] Bump fastapi from 0.109.0 to 0.115.7 Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.109.0 to 0.115.7. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.109.0...0.115.7) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 22bb20b..2e4077e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -fastapi==0.109.0 +fastapi==0.115.7 uvicorn==0.34.0 python-dotenv==1.0.0 httpx==0.28.1