From 31fddd0cf7da3ddc1f1c6130ad1fe170541d8931 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 16:57:23 +0000 Subject: [PATCH] chore(deps): update fastapi requirement from >=0.136.1 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.136.1...0.136.3) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.136.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dfb0bf8..ed50b7f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "merge-conflict-mayhem" version = "0.1.0" requires-python = ">=3.12" dependencies = [ - "fastapi>=0.136.1", + "fastapi>=0.136.3", "pydantic>=2.13.4", "uvicorn[standard]>=0.46.0", ]