From d9804a31dcd02f144e988e5679d52c3b453cf58e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 16:53:04 +0000 Subject: [PATCH] Bump fastapi from 0.129.0 to 0.131.0 Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.129.0 to 0.131.0. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.129.0...0.131.0) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.131.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1822b1a..817aa52 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ "aiohttp==3.13.3", "appendmuch", # TODO: Fix actual version "click==8.3.1", - "fastapi==0.129.0", + "fastapi==0.131.0", "itsdangerous==2.2.0", "jinja2==3.1.6", "orjson==3.11.7",