From c2c3b027f99b3df3124d28c33e3d6bc5989e137f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Jul 2025 09:50:58 +0000 Subject: [PATCH] Chore(deps): Bump aiohttp from 3.11.14 to 3.12.14 Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.11.14 to 3.12.14. - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiohttp/compare/v3.11.14...v3.12.14) --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.12.14 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 2f319de4..f97b9b76 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ dependencies = [ "aio-pika==9.5.5", "aiocache==0.12.3", "aiofiles==24.1.0", - "aiohttp==3.11.14", + "aiohttp==3.12.14", "aiohttp-cors==0.8.0", "aiohttp-jinja2==1.6", "aioipfs~=0.7.1",