From 020cf0b65815f8a33b587097b20215144a36f2f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 07:22:46 +0000 Subject: [PATCH] chore(deps): bump fastapi from 0.137.0 to 0.138.0 in the fastapi group Bumps the fastapi group with 1 update: [fastapi](https://github.com/fastapi/fastapi). Updates `fastapi` from 0.137.0 to 0.138.0 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.137.0...0.138.0) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.138.0 dependency-type: direct:production update-type: version-update:semver-minor 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 97a9655..776d37d 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.137.0", + "fastapi[standard]==0.138.0", "SQLAlchemy==2.0.50", "aiosqlite==0.22.1", "aiocache==0.12.3",