From 68283bc8b3a0226f14fb72eb05ade5ec281bdc0a Mon Sep 17 00:00:00 2001 From: Oboleninov Anton Date: Mon, 15 Jun 2026 13:23:23 +0700 Subject: [PATCH] Increase aiohttp upper version constraint AIOHTTP 3.13.5 is affected by https://github.com/advisories/GHSA-jg22-mg44-37j8 Expand the supported aiohttp version range to allow upgrading to patched 3.14.x releases. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8c19414..97d41d8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ typing-extensions>=4.13.2, <=4.15.0 requests>=2.32.5, <=2.34.2 -aiohttp>=3.13.4, <=3.13.5 +aiohttp>=3.13.4, <=3.14.1 certifi>=2026.2.25, <=2026.04.22