From 0ff7b6757876f8e16b208d41d9fcdc777540b80e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 12:49:34 +0000 Subject: [PATCH] Bump aiohttp in /backend in the pip group across 1 directory --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.13.3 dependency-type: direct:production dependency-group: pip ... 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 6c51e66..9a738d7 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -9,7 +9,7 @@ pydantic-settings>=2.6.0,<3 httpx==0.27.0 openai==1.30.5 python-multipart==0.0.9 -aiohttp==3.9.5 +aiohttp==3.13.3 # Testing pytest==8.2.2