From 4c8d83ecf1ab6a35abb744bf5521851c1f3ee280 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 00:21:24 +0000 Subject: [PATCH] chore(deps): bump aiohttp from 3.13.5 to 3.14.0 in /ghl_real_estate_ai --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.14.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ghl_real_estate_ai/requirements-prod.txt | 2 +- ghl_real_estate_ai/requirements_clean.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ghl_real_estate_ai/requirements-prod.txt b/ghl_real_estate_ai/requirements-prod.txt index e8b06d6b4..8cb6e68e4 100644 --- a/ghl_real_estate_ai/requirements-prod.txt +++ b/ghl_real_estate_ai/requirements-prod.txt @@ -19,7 +19,7 @@ google-generativeai>=0.8.0 # HTTP clients (GHL API calls, alerting webhooks) httpx>=0.28.1,<1.0.0 requests==2.34.2 -aiohttp==3.13.5 +aiohttp==3.14.0 # Database (PostgreSQL + async) asyncpg==0.31.0 diff --git a/ghl_real_estate_ai/requirements_clean.txt b/ghl_real_estate_ai/requirements_clean.txt index 86ab05fee..6bb5e26c7 100644 --- a/ghl_real_estate_ai/requirements_clean.txt +++ b/ghl_real_estate_ai/requirements_clean.txt @@ -59,7 +59,7 @@ scipy>=1.17.1 # ============================================================================== # Async & Performance # ============================================================================== -aiohttp==3.13.5 +aiohttp==3.14.0 aiofiles>=24.1.0 nest-asyncio>=1.5.8 httpx[http2]>=0.26.0