From c7ccd36957a34b805b720ad4158374f1925b6324 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 00:17:14 +0000 Subject: [PATCH] chore(deps): bump aiohttp from 3.12.14 to 3.13.3 in /aggregator-service --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.13.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- aggregator-service/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aggregator-service/requirements.txt b/aggregator-service/requirements.txt index d6f8897..d7424bc 100644 --- a/aggregator-service/requirements.txt +++ b/aggregator-service/requirements.txt @@ -6,7 +6,7 @@ pydantic-settings==2.5.0 # HTTP Clients httpx==0.27.0 -aiohttp==3.12.14 +aiohttp==3.13.3 requests==2.32.4 # Feed Parsing