From 43fea433631df852bb630ce544c304c09b668fc8 Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 26 May 2025 07:15:35 +0200 Subject: [PATCH] chore: bump aiohttp to 3.11.18 Aligns dependency with ccxt requirements. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 45edac9fe..b7765159c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ pandas-ta==0.3.14b ccxt==4.4.85 cryptography==45.0.2 -aiohttp==3.9.5 +aiohttp==3.11.18 SQLAlchemy==2.0.41 python-telegram-bot==22.1 # can't be hard-pinned due to telegram-bot pinning httpx with ~