From f688d0fd61f678bdbdc902a22ce8b2583e04813a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 15:24:40 +0000 Subject: [PATCH] build(deps): bump fastapi from 0.135.3 to 0.136.0 Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.135.3 to 0.136.0. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.135.3...0.136.0) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.136.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 9ac468ec..c63135b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ license = {text = "LGPL-2.1-or-later"} dependencies = [ "cloudevents == 2.0.0", "beanie == 2.1.0", - "fastapi[all] == 0.135.3", + "fastapi[all] == 0.136.0", "fastapi-pagination == 0.14.3", "fastapi-users[beanie, oauth] == 15.0.5", "fastapi-users-db-beanie == 5.0.0",