From a9d1f15f54644ba8187d93cdb901a75bf7a37710 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 04:51:00 +0000 Subject: [PATCH] Bump fastapi from 0.115.0 to 0.115.6 in /back Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.115.0 to 0.115.6. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.115.0...0.115.6) --- 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 3959af44..1a1e8abf 100644 --- a/back/requirements.txt +++ b/back/requirements.txt @@ -1,5 +1,5 @@ paho-mqtt==2.1.0 -fastapi==0.115.0 +fastapi==0.115.6 uvicorn==0.30.6 python-dateutil==2.9.0.post0 requests==2.32.3