From 8629bfc822e680fd5298b31d17f8c8b1189238b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 12:51:33 +0000 Subject: [PATCH] fix(deps): bump fastapi from 0.115.8 to 0.115.12 Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.115.8 to 0.115.12. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.115.8...0.115.12) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ce38677..faa7671 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -fastapi==0.115.8 +fastapi==0.115.12 uvicorn==0.34.0 python-dotenv==1.0.1 httpx==0.28.1