From 5aaec0c6f5ed19215ad423273951b7d220c31c69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 15:30:07 +0000 Subject: [PATCH] Update aiohttp requirement from >=3.8.4 to >=3.14.0 --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.14.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6b9ef32..6214b59 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -aiohttp>=3.8.4 +aiohttp>=3.14.0 requests>=2.31.0 ujson>=5.8.0 ayla_iot_unofficial>=1.4.6