From 45e19b0ea1ab2d49d029e5c2ea32ae7acc6a4500 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Jul 2025 09:41:35 +0000 Subject: [PATCH] build(deps): bump aiohttp from 3.11.11 to 3.12.14 --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.12.14 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 499eae36dec..aed820160dc 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -8,7 +8,7 @@ python-jose==3.4.0 passlib[bcrypt]==1.7.4 requests==2.32.3 -aiohttp==3.11.11 +aiohttp==3.12.14 async-timeout aiocache aiofiles diff --git a/pyproject.toml b/pyproject.toml index 52260e45e22..0e2b1aa9c81 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ dependencies = [ "passlib[bcrypt]==1.7.4", "requests==2.32.3", - "aiohttp==3.11.11", + "aiohttp==3.12.14", "async-timeout", "aiocache", "aiofiles",