From 7f30f6572f8a9d6a7e7c6ec90eb6805931dfadc9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 09:15:35 +0000 Subject: [PATCH] deps(deps): bump fastapi from 0.128.5 to 0.128.8 Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.128.5 to 0.128.8. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.128.5...0.128.8) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.128.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index e71f02f..0b22883 100644 --- a/poetry.lock +++ b/poetry.lock @@ -631,14 +631,14 @@ test = ["pytest (>=6)"] [[package]] name = "fastapi" -version = "0.128.5" +version = "0.128.8" description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production" optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "fastapi-0.128.5-py3-none-any.whl", hash = "sha256:bceec0de8aa6564599c5bcc0593b0d287703562c848271fca8546fd2c87bf4dd"}, - {file = "fastapi-0.128.5.tar.gz", hash = "sha256:a7173579fc162d6471e3c6fbd9a4b7610c7a3b367bcacf6c4f90d5d022cab711"}, + {file = "fastapi-0.128.8-py3-none-any.whl", hash = "sha256:5618f492d0fe973a778f8fec97723f598aa9deee495040a8d51aaf3cf123ecf1"}, + {file = "fastapi-0.128.8.tar.gz", hash = "sha256:3171f9f328c4a218f0a8d2ba8310ac3a55d1ee12c28c949650288aee25966007"}, ] [package.dependencies]