From 149caca5ed9096cf63bc5f041dc1017ec6b5d3c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 12:05:27 +0000 Subject: [PATCH] Bump fastapi from 0.115.0 to 0.115.3 in /docker/main Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.115.0 to 0.115.3. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.115.0...0.115.3) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- docker/main/requirements-wheels.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/main/requirements-wheels.txt b/docker/main/requirements-wheels.txt index 11ad94f3f..40187e2c1 100644 --- a/docker/main/requirements-wheels.txt +++ b/docker/main/requirements-wheels.txt @@ -1,7 +1,7 @@ click == 8.1.* # FastAPI starlette-context == 0.3.6 -fastapi == 0.115.0 +fastapi == 0.115.3 uvicorn == 0.30.* slowapi == 0.1.9 imutils == 0.5.*