From 320300975b31dc91d2f7a26ed897ce596f19c799 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 23:38:15 +0000 Subject: [PATCH] build(deps): bump aiohttp from 3.11.11 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 499eae36dec..6d24c889eac 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.13.3 async-timeout aiocache aiofiles diff --git a/pyproject.toml b/pyproject.toml index 52260e45e22..5b592ad03dc 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.13.3", "async-timeout", "aiocache", "aiofiles",