From 9abb9e5a28b4d2725ce6c99a2bd8c9b5bc74daff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 09:21:27 +0000 Subject: [PATCH] Bump aiohttp from 3.13.4 to 3.14.1 in /backend --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.14.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements-core.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements-core.txt b/backend/requirements-core.txt index 2a098f0..563e6c5 100644 --- a/backend/requirements-core.txt +++ b/backend/requirements-core.txt @@ -16,7 +16,7 @@ influxdb-client==1.40.0 # Data & Utils requests==2.33.0 -aiohttp==3.13.4 +aiohttp==3.14.1 feedparser==6.0.11 python-dateutil==2.8.2 pytz==2023.3.post1