From 85ce0a18408cc1191abb9040aad86576b93fb010 Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 9 Apr 2026 19:21:21 +0200 Subject: [PATCH] chore: allow cryptography security upgrades --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index fd23460bb..b62878fad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -222,6 +222,7 @@ exclude-newer = "1 week" [tool.uv.exclude-newer-package] ccxt = false +cryptography = "1 days" [tool.ruff] line-length = 100