From 812dc64cd75f479b229813eac691bec1dbc1abaf Mon Sep 17 00:00:00 2001 From: Matthias Date: Tue, 14 Apr 2026 07:18:09 +0200 Subject: [PATCH] chore: bump cryptography exclusion to 6 days --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c94348f4e..bd0672cd2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -222,7 +222,7 @@ exclude-newer = "1 week" [tool.uv.exclude-newer-package] ccxt = false -cryptography = "1 days" +cryptography = "6 days" pytest = "5 days" [tool.ruff]