From dbc342d0db6515bf244775e076742077714380e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 17:56:11 +0000 Subject: [PATCH] deps(backend): update aiohttp requirement in /backend --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.13.3 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 46120a3..95e8515 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -14,7 +14,7 @@ hiredis==2.3.2 # HTTP client - websockets>=11,<13 for supabase realtime compatibility httpx>=0.24.0,<0.26.0 -aiohttp>=3.10.0,<3.11.0 +aiohttp>=3.10.0,<3.14.0 websockets>=11.0,<13.0 # Crypto exchange libraries