From 7fdc6aba915445aacd1d7cdef988e31f56bb9b64 Mon Sep 17 00:00:00 2001 From: "pactflow-renovate-bot[bot]" <186667433+pactflow-renovate-bot[bot]@users.noreply.github.com> Date: Thu, 7 Aug 2025 20:37:09 +0000 Subject: [PATCH] chore(deps): update dependency fastapi to v0.116.1 Ref: PACT-445 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1e9eb68..947e933 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -fastapi==0.116.0 +fastapi==0.116.1 uvicorn==0.34.3