From ace8580cfc65a2a081df23c2fc5cfbb0b33abc96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 15:47:08 +0000 Subject: [PATCH] Bump fastapi from 0.135.1 to 0.135.2 Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.135.1 to 0.135.2. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.135.1...0.135.2) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.135.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 54eba78..067f562 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ "aiohttp==3.13.3", "appendmuch==0.0.4", "click==8.3.1", - "fastapi==0.135.1", + "fastapi==0.135.2", "itsdangerous==2.2.0", "jinja2==3.1.6", "orjson==3.11.7",