From e2f704d0bcb45a39fce98e2e46f130c89d667b7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 23:55:55 +0000 Subject: [PATCH] Chore(deps): Bump aiohttp from 3.13.5 to 3.14.0 --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.14.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 495c988ec..c90631077 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ "aio-pika==9.6.2", "aiocache==0.12.3", "aiofiles==25.1.0", - "aiohttp==3.13.5", + "aiohttp==3.14.0", "aiohttp-cors==0.8.1", "aiohttp-jinja2==1.6", "aiohttp-swagger3>=0.10.0",