From dc2f28089e1f6ce1269dbb3a2cca646fb3d2f352 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 21:30:17 +0000 Subject: [PATCH] chore(deps): bump aiohttp from 3.12.15 to 3.13.4 in /src --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.13.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index 0dc4cb2..882d874 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -1,4 +1,4 @@ fastapi==0.118.0 uvicorn==0.37.0 -aiohttp==3.12.15 +aiohttp==3.13.4 redis==6.4.0