From 2fbfe8d87cc285e00e257ac31c40bd1fd3b2b523 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 00:16:18 +0000 Subject: [PATCH] Update fastapi requirement from >=0.111 to >=0.136.1 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.1) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.136.1 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..df5d1c9 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.1 cryptography>=42.0 PyJWT>=2.8 javalang>=0.13