From 69b8111e99554eddae4f42acaa3530cdd3016ef2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 00:56:07 +0000 Subject: [PATCH] build(deps): update fastapi requirement from ~=0.135.3 to ~=0.136.0 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.135.3...0.136.0) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.136.0 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 ad9d8c3..3c8df3c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -fastapi[standard]~=0.135.3 +fastapi[standard]~=0.136.0 PyJWT[crypto]~=2.12.1 cryptography~=46.0.6 sqlmodel~=0.0.38