From f79e1eb77fe01e8988c8664a00b360257404f46b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 17:59:41 +0000 Subject: [PATCH] Update dependency black to v26 [SECURITY] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8e6acd4..5149fea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ colorama = "^0.4.6" python-dotenv = "^1.0.0" openai = "^0.27.4" google-search-results = "^2.4.2" -black = "^23.3.0" +black = "^26.0.0" supabase = "^1.0.3" wolframalpha = "^5.0.0" langchain = "^0.0.144"