From 2f9e5eab2a0448a5a2f3b91d9ef265ec04ebfaf9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 15:23:41 +0000 Subject: [PATCH] build(deps): bump fastapi from 0.136.1 to 0.139.2 Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.136.1 to 0.139.2. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.136.1...0.139.2) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.139.2 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 87885838..7ed11b67 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ requires-python = ">=3.10" license = {text = "LGPL-2.1-or-later"} dependencies = [ "beanie == 2.1.0", - "fastapi[all] == 0.136.1", + "fastapi[all] == 0.139.2", "fastapi-pagination == 0.15.14", "fastapi-users[beanie, oauth] == 15.0.5", "fastapi-users-db-beanie == 5.0.0",