From 99e9ca4f282c8a1340f9ca5c4db4f3ef44e17f5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 23:44:06 +0000 Subject: [PATCH] Bump aiohttp from 3.13.4 to 3.14.0 in /examples/server/aiohttp --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.14.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/server/aiohttp/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/server/aiohttp/requirements.txt b/examples/server/aiohttp/requirements.txt index 7ba92af..3d8c41b 100644 --- a/examples/server/aiohttp/requirements.txt +++ b/examples/server/aiohttp/requirements.txt @@ -1,4 +1,4 @@ -aiohttp==3.13.4 +aiohttp==3.14.0 async-timeout==1.1.0 chardet==2.3.0 multidict==2.1.4