From 63986535b9cd3dc23946e40c189eba3c2fa80947 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 13:46:12 +0000 Subject: [PATCH] Bump fastapi from 0.115.5 to 0.115.7 Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.115.5 to 0.115.7. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.115.5...0.115.7) --- 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..d9a03bde 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.7 # via fastapi-app (pyproject.toml) fixedint==0.1.6 # via azure-monitor-opentelemetry-exporter