From 9887b0da21514639eb5bf3a699c77d2dba13dacb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Jun 2026 23:03:58 +0000 Subject: [PATCH] chore(deps): Update aiohttp requirement in /apps/backend --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.14.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- apps/backend/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/backend/requirements.txt b/apps/backend/requirements.txt index fe4805b3d..15d69c85c 100644 --- a/apps/backend/requirements.txt +++ b/apps/backend/requirements.txt @@ -28,7 +28,7 @@ google-generativeai>=0.8.0 # LiteLLM - Unified interface for 100+ LLM providers # Provides consistent API for OpenAI, Anthropic, Azure, Google, Ollama, etc. -# Bumped from 1.84.0rc1 to 1.86.0 to satisfy aiohttp>=3.13.5 (RC pinned aiohttp==3.13.4). +# Bumped from 1.84.0rc1 to 1.86.0 to satisfy aiohttp>=3.14.1 (RC pinned aiohttp==3.13.4). litellm==1.86.0 # OpenAI SDK - Required by OpenAI-compatible providers and LiteLLM. @@ -56,7 +56,7 @@ uvicorn[standard]>=0.46.0 # httpx - Modern async HTTP client with HTTP/2 support httpx>=0.28.1 # aiohttp - Async HTTP client/server library (alternative HTTP client) -aiohttp>=3.13.5 +aiohttp>=3.14.1 # tiktoken - Token counting for accurate context window estimation tiktoken>=0.13.0