From c95ea11327abd89d0154134b9ade731176fb96b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 22:33:10 +0000 Subject: [PATCH] pip prod(deps): update fastapi requirement in /api 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.1...0.136.3) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.136.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- api/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/pyproject.toml b/api/pyproject.toml index 900cfc223..635abd656 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -3,7 +3,7 @@ name = "Binbot" version = "2.0.0" requires-python = ">=3.11" dependencies = [ - "fastapi[standard]>=0.135.1", + "fastapi[standard]>=0.136.3", "sqlmodel>=0.0.37", "psycopg2-binary>=2.9.12", "python-jose",