From bf5516014cc5b1fdb8d18bf8611eae83d53ba909 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 12:19:23 +0000 Subject: [PATCH] Bump aiohttp from 3.8.1 to 3.11.0b0 in /chatbot-integration --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- chatbot-integration/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chatbot-integration/requirements.txt b/chatbot-integration/requirements.txt index 5cd714e..3f724a3 100644 --- a/chatbot-integration/requirements.txt +++ b/chatbot-integration/requirements.txt @@ -35,7 +35,7 @@ flask-cors==3.0.10 marshmallow==3.18.0 # Optional: For asynchronous capabilities -aiohttp==3.8.1 +aiohttp==3.11.0b0 # Optional: For WebSocket support flask-socketio==5.3.0