From 1a5e06365d90f4c2729fa16ff6f23954b75d9cf3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 00:28:49 +0000 Subject: [PATCH] build(deps): bump aiohttp from 3.12.15 to 3.13.3 --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.13.3 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 03eeba2a1eb..767dc3cc24d 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -9,7 +9,7 @@ passlib[bcrypt]==1.7.4 cryptography requests==2.32.4 -aiohttp==3.12.15 +aiohttp==3.13.3 async-timeout aiocache aiofiles diff --git a/pyproject.toml b/pyproject.toml index 73409618fd0..bd6ce8e59fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ dependencies = [ "authlib==1.6.1", "requests==2.32.4", - "aiohttp==3.12.15", + "aiohttp==3.13.3", "async-timeout", "aiocache", "aiofiles",