From 08666a0b4ddd8199196b8d0bd02944487651e579 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 02:14:56 +0000 Subject: [PATCH] chore(deps): bump fastapi from 0.135.1 to 0.135.2 in /demo-app Bumps [fastapi](https://github.com/fastapi/fastapi) 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 dependency-version: 0.135.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- demo-app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo-app/requirements.txt b/demo-app/requirements.txt index 45d9659..aacbdaf 100644 --- a/demo-app/requirements.txt +++ b/demo-app/requirements.txt @@ -1,4 +1,4 @@ -fastapi==0.135.1 +fastapi==0.135.2 uvicorn==0.41.0 motor==3.7.1 pydantic==2.12.5