From ff7e6c373720eded7a316076e98c4cc422cfb4b9 Mon Sep 17 00:00:00 2001 From: Matthias Date: Tue, 14 Apr 2026 06:34:14 +0200 Subject: [PATCH] chore: allow pytest to be newer temporarily --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index b62878fad..c94348f4e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -223,6 +223,7 @@ exclude-newer = "1 week" [tool.uv.exclude-newer-package] ccxt = false cryptography = "1 days" +pytest = "5 days" [tool.ruff] line-length = 100