From b7cd8fe8fc269afff2c939022c2a7b9dd21e0144 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 22:04:03 +0000 Subject: [PATCH] chore(deps): update aiohttp requirement --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.14.1 dependency-type: direct:production dependency-group: dependencies ... 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 edd6d32..0dcd89f 100644 --- a/example/example1/requirements.txt +++ b/example/example1/requirements.txt @@ -1,4 +1,4 @@ -aiohttp >= 3.14.0, < 4 +aiohttp >= 3.14.1, < 4 aiosignal >= 1.4.0 attrs >= 26.1.0 frozenlist >= 1.8.0