From 063441c37f11e977841f9ff654c38c8a7f50aa36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 23:35:33 +0000 Subject: [PATCH] Bump aiohttp from 3.11.0b0 to 3.13.3 in /backend/ai-service --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.13.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/ai-service/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/ai-service/requirements.txt b/backend/ai-service/requirements.txt index 8e6a202..be04879 100644 --- a/backend/ai-service/requirements.txt +++ b/backend/ai-service/requirements.txt @@ -3,6 +3,6 @@ uvicorn[standard]==0.22.0 tensorflow==2.13.0 numpy==1.24.4 pandas==2.0.2 -aiohttp==3.11.0b0 +aiohttp==3.13.3 aioredis==2.0.1 python-multipart==0.0.18