From 281a3219add2682a5ff72cf76eafb5fa54c2020b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 01:53:36 +0000 Subject: [PATCH] Update aiohttp requirement from >=3.12 to >=3.13.5 --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.13.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index f575134..d0ae4dd 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -2,6 +2,6 @@ Quart>=0.20 psycopg2-binary>=2.9 SQLAlchemy[asyncio]>=2.0 Loglan-Core>=0.5.0 -aiohttp>=3.12 +aiohttp>=3.13.5 hypercorn>=0.17 asyncpg>=0.29 \ No newline at end of file