From f82e4ce9eccfedc513aa64d891484596de1ffdc2 Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 11 May 2026 19:17:13 +0200 Subject: [PATCH] chore: urllib exclude for security fix --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index c6024a3b5..fc24d1488 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -222,6 +222,7 @@ exclude-newer = "1 week" [tool.uv.exclude-newer-package] ccxt = false +urllib3 = "4 days" [tool.ruff] line-length = 100