From 4b9704a67089ec923c403f545b689728d94b73a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 23:42:15 +0000 Subject: [PATCH] chore(deps): bump astroid from 2.3.3 to 3.3.10 Bumps [astroid](https://github.com/pylint-dev/astroid) from 2.3.3 to 3.3.10. - [Release notes](https://github.com/pylint-dev/astroid/releases) - [Changelog](https://github.com/pylint-dev/astroid/blob/main/ChangeLog) - [Commits](https://github.com/pylint-dev/astroid/compare/astroid-2.3.3...v3.3.10) --- updated-dependencies: - dependency-name: astroid dependency-version: 3.3.10 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ba6f2f94..03f90f64 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -astroid == 2.3.3 +astroid == 3.3.10 pylint == 2.3.1 pytest >= 6.2.0 pytest-cov >= 2.4.0