From 507b3f0892281f20f6f3b03d4170e0940249498e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 01:06:46 +0000 Subject: [PATCH] Update fastapi requirement from >=0.111 to >=0.136.3 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.111.0...0.136.3) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.136.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index cb19d72..feb71b4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ pytest>=8.0 pytest-asyncio>=0.23 httpx>=0.27 -fastapi>=0.111 +fastapi>=0.136.3 cryptography>=42.0 PyJWT>=2.8 javalang>=0.13