From 8f84aac20f629b10d9f2c194bfa134d60eef7863 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 23:01:54 +0000 Subject: [PATCH] chore(deps): update aiohttp requirement in /example/example1 --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.13.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- example/example1/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/example1/requirements.txt b/example/example1/requirements.txt index c52cb56..e399fd4 100644 --- a/example/example1/requirements.txt +++ b/example/example1/requirements.txt @@ -1,4 +1,4 @@ -aiohttp >= 3.12.15, < 4 +aiohttp >= 3.13.5, < 4 aiosignal >= 1.4.0 attrs >= 25.3.0 frozenlist >= 1.7.0