From 268e8336391c04744a9ce5d7f6f01506e967136c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 00:47:05 +0000 Subject: [PATCH] chore(deps): bump aiohttp from 3.12.15 to 3.13.3 in /src --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.13.3 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..9b25c7e 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.3 redis==6.4.0