From 541dfc9c623c9737adcb1f72c5101a1410d96892 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 07:23:06 +0000 Subject: [PATCH] chore(deps): bump fastapi[standard] in the fastapi group Bumps the fastapi group with 1 update: [fastapi[standard]](https://github.com/fastapi/fastapi). Updates `fastapi[standard]` 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[standard] dependency-version: 0.135.2 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 89a2173..c10221e 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.135.1", + "fastapi[standard]==0.135.2", "SQLAlchemy==2.0.48", "aiosqlite==0.22.1", "aiocache==0.12.3",