From 3007b666ea66e88c8ab2944ef1f41920dc9e362b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Mar 2024 15:19:34 +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 668c003b4..808091e7f 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 pydantic==2.1.1 pyhumps==3.8.0