From 2a320517acb334b0205c527265d0fce758be22ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 21:21:34 +0000 Subject: [PATCH] chore(deps): bump aiohttp from 3.14.1 to 3.14.3 in /backend --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.14.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements-lock.txt | 2 +- backend/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/requirements-lock.txt b/backend/requirements-lock.txt index 015ecae..acb615f 100644 --- a/backend/requirements-lock.txt +++ b/backend/requirements-lock.txt @@ -6,7 +6,7 @@ # aiohappyeyeballs==2.6.2 # via aiohttp -aiohttp==3.14.1 +aiohttp==3.14.3 # via # -r requirements.txt # kubernetes diff --git a/backend/requirements.txt b/backend/requirements.txt index cb55651..18e96e2 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -40,7 +40,7 @@ flower>=1.0.0 tavily-python>=0.3.0 # Security Patches -aiohttp>=3.14.0 +aiohttp>=3.14.3 cryptography>=46.0.7 urllib3>=2.7.0 transformers>=4.48.0,<5.0.0