From 4fcafe3762b33fc3f0e250faeb32c7dd91da1a97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 15:14:55 +0000 Subject: [PATCH] chore(deps): bump fastapi in the fastapi group across 1 directory Bumps the fastapi group with 1 update in the / directory: [fastapi](https://github.com/fastapi/fastapi). Updates `fastapi` from 0.136.1 to 0.136.3 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.136.1...0.136.3) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.136.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: fastapi ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 484954c..c7b4aad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ readme = "README.md" requires-python = ">=3.13.3" authors = [{name = "nanotaboada", email = "hello@example.com"}] dependencies = [ - "fastapi[standard]==0.136.1", + "fastapi[standard]==0.136.3", "SQLAlchemy==2.0.49", "aiosqlite==0.22.1", "aiocache==0.12.3",