From b5d400c50da533a494c7f1bbbf5f86abb9ab838f Mon Sep 17 00:00:00 2001 From: Matthias Date: Fri, 3 Apr 2026 11:56:04 +0200 Subject: [PATCH] chore: increase aiohttp exclude to 5 days --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 59824d5ca..2cdc5b214 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -222,7 +222,7 @@ exclude-newer = "1 week" [tool.uv.exclude-newer-package] ccxt = false -aiohttp = "3 days" +aiohttp = "5 days" [tool.ruff] line-length = 100