From f2f6d7f3904524679c349a0b8729c8946fef5f38 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Mon, 6 Oct 2025 18:40:00 +0000 Subject: [PATCH] fix(deps): update dependency astroid to v4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 64cfcbc..584f903 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ authors = [ ] requires-python = "<4.0,>=3.11" dependencies = [ - "astroid==3.3.11", + "astroid==4.0.0", "attrs==25.4.0", "certifi==2025.10.5", "charset-normalizer==3.4.3",