From a79d1ffa999ae4e5710f646f1ac1075bf052e1ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Jul 2025 05:37:24 +0000 Subject: [PATCH] chore(deps): bump astroid from 3.3.10 to 3.3.11 --- updated-dependencies: - dependency-name: astroid dependency-version: 3.3.11 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ff15072a..c68d71a0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -astroid == 3.3.10 +astroid == 3.3.11 pylint == 3.3.7 pytest >= 8.2.2 pytest-cov >= 2.4.0