From c11d4235cd1d0accd18d907acca3b57f394bd20f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 13:44:29 +0000 Subject: [PATCH] Bump fastapi from 0.115.5 to 0.115.8 Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.115.5 to 0.115.8. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.115.5...0.115.8) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/requirements.txt b/src/backend/requirements.txt index efcedb8c..34e4a07f 100644 --- a/src/backend/requirements.txt +++ b/src/backend/requirements.txt @@ -65,7 +65,7 @@ environs==11.2.1 # via fastapi-app (pyproject.toml) exceptiongroup==1.2.2 # via anyio -fastapi==0.115.5 +fastapi==0.115.8 # via fastapi-app (pyproject.toml) fixedint==0.1.6 # via azure-monitor-opentelemetry-exporter