From ff1f3c98cf84db2902d93dac2ad6ed44daa3346a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 07:24:08 +0000 Subject: [PATCH] chore(deps): bump fastapi from 0.136.3 to 0.137.2 in /backend Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.136.3 to 0.137.2. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.136.3...0.137.2) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.137.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index a91f012..0bceebd 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -15,7 +15,7 @@ dependencies = [ "cachetools==5.5.2", "cryptography>=46.0.7", "defusedxml>=0.7.1", - "fastapi==0.136.3", + "fastapi==0.137.2", "feedparser==6.0.10", "httpx==0.28.1", "playwright==1.59.0",