From 5c9d4a557b7747985bc3dfea704f3bc33a264e24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jan 2025 13:24:52 +0000 Subject: [PATCH] fix(deps): bump fastapi from 0.115.5 to 0.115.8 in /requirements 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] --- requirements/common.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/common.txt b/requirements/common.txt index 0a147ff..a61e50f 100644 --- a/requirements/common.txt +++ b/requirements/common.txt @@ -1,5 +1,5 @@ SQLAlchemy==2.0.36 -fastapi==0.115.5 +fastapi==0.115.8 uvicorn==0.32.0 asyncpg==0.30.0 pydantic-settings==2.6.1