From 01f984ccf9fb9a093c655b02ad3e814cb16339f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 01:02:39 +0000 Subject: [PATCH] chore(deps): bump fastapi from 0.136.1 to 0.136.3 Bumps [fastapi](https://github.com/fastapi/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 ... 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 9c8bf1b..e309a41 100644 --- a/{{cookiecutter.project_slug}}/requirements.txt +++ b/{{cookiecutter.project_slug}}/requirements.txt @@ -2,4 +2,4 @@ certifi>=2026.4.22,<2030.0.0 anyio>=4.3.0,<5.0.0 potato-util[crypto,async]==0.7.2 beans-logging-fastapi==6.0.4 -fastapi[all]==0.136.1 +fastapi[all]==0.136.3