From 877a0ced3e4c4b5da41f835286d505cada46176d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 10:22:36 +0000 Subject: [PATCH] chore(deps): Bump aiohttp from 3.13.3 to 3.13.4 in /backend --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.13.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 8f96a7e5..ca625963 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -33,7 +33,7 @@ paramiko==3.5.0 # HTTP Client (consolidated — requests and aiohttp removed) httpx==0.28.1 -aiohttp==3.13.3 # Keep: Kensa updater plugin depends on it +aiohttp==3.13.4 # Keep: Kensa updater plugin depends on it # Data Validation pydantic==2.12.5