From 6d3a4d21a027ee14d0f304701c55580bfbbffd1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 00:54:08 +0000 Subject: [PATCH] chore(deps): bump fastapi from 0.136.1 to 0.138.0 Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.136.1 to 0.138.0. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.136.1...0.138.0) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.138.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- {{cookiecutter.project_slug}}/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/requirements.txt b/{{cookiecutter.project_slug}}/requirements.txt index 1b8fa7b..09467e7 100644 --- a/{{cookiecutter.project_slug}}/requirements.txt +++ b/{{cookiecutter.project_slug}}/requirements.txt @@ -7,4 +7,4 @@ psycopg[c]==3.3.4 alembic==1.18.4 potato-util[crypto,async]==0.7.2 beans-logging-fastapi==6.0.4 -fastapi[all]==0.136.1 +fastapi[all]==0.138.0