From 913166fbec368997e2dff44e50766054cc27ef4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 20:05:29 +0000 Subject: [PATCH] Update fastapi requirement from >=0.136.3 to >=0.138.2 Updates the requirements on [fastapi](https://github.com/fastapi/fastapi) to permit the latest version. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.136.3...0.138.2) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.138.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- benchmarks/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/requirements.txt b/benchmarks/requirements.txt index 5c527c5..444d35d 100644 --- a/benchmarks/requirements.txt +++ b/benchmarks/requirements.txt @@ -1,5 +1,5 @@ granian>=2.7.4 -fastapi>=0.136.3 +fastapi>=0.138.2 litestar[standard]>=2.22.0 emmett>=2.8.1 msgspec>=0.21.0