From 0cf5e0b39ca4a32df52290d5a05bd44b6cc76912 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 04:57:21 +0000 Subject: [PATCH] Bump fastapi from 0.115.6 to 0.115.7 in /back Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.115.6 to 0.115.7. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.115.6...0.115.7) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- back/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/back/requirements.txt b/back/requirements.txt index b5228ede..ed3accd0 100644 --- a/back/requirements.txt +++ b/back/requirements.txt @@ -1,5 +1,5 @@ paho-mqtt==2.1.0 -fastapi==0.115.6 +fastapi==0.115.7 uvicorn==0.34.0 python-dateutil==2.9.0.post0 requests==2.32.3