From 3a57233dd46caffab35ccecccba038e35c82f507 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Fri, 9 Jan 2026 18:10:27 +0400 Subject: [PATCH] chore: aiohttp --- backend/requirements-min.txt | 2 +- backend/requirements.txt | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/requirements-min.txt b/backend/requirements-min.txt index 45639dd1db..115d1bc92f 100644 --- a/backend/requirements-min.txt +++ b/backend/requirements-min.txt @@ -16,7 +16,7 @@ PyJWT[crypto]==2.10.1 authlib==1.6.6 requests==2.32.5 -aiohttp==3.13.3 +aiohttp==3.13.2 async-timeout aiocache aiofiles diff --git a/backend/requirements.txt b/backend/requirements.txt index 05ad5c475f..51f0a8a1ae 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -13,7 +13,7 @@ PyJWT[crypto]==2.10.1 authlib==1.6.6 requests==2.32.5 -aiohttp==3.13.3 +aiohttp==3.13.2 async-timeout aiocache aiofiles diff --git a/pyproject.toml b/pyproject.toml index 09b0045e9e..893e1d018a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ dependencies = [ "authlib==1.6.6", "requests==2.32.5", - "aiohttp==3.13.3", + "aiohttp==3.13.2", "async-timeout", "aiocache", "aiofiles",