From 9fbad348fbac823b7a233f0dfd687217cc715c7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 15:14:38 +0000 Subject: [PATCH] chore(deps): bump fastapi Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.104.1 to 0.109.1. - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](https://github.com/tiangolo/fastapi/compare/0.104.1...0.109.1) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../chatbot-genai-components/backend/python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/blueprints/gen-ai-chatbot/static-assets/chatbot-genai-components/backend/python/requirements.txt b/packages/blueprints/gen-ai-chatbot/static-assets/chatbot-genai-components/backend/python/requirements.txt index 9322b7e5d..dfbcdcf7e 100644 --- a/packages/blueprints/gen-ai-chatbot/static-assets/chatbot-genai-components/backend/python/requirements.txt +++ b/packages/blueprints/gen-ai-chatbot/static-assets/chatbot-genai-components/backend/python/requirements.txt @@ -1,4 +1,4 @@ -fastapi==0.104.1 +fastapi==0.109.1 requests==2.31.0 types-requests==2.31.0 pydantic==2.1.1