From a64137ef4ba064701ad0b8430388d916d2ec0489 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 08:33:16 +0000 Subject: [PATCH] build(deps-dev): bump astroid Bumps the pytest group with 1 update in the /it/python directory: [astroid](https://github.com/pylint-dev/astroid). Updates `astroid` from 4.0.4 to 4.1.2 - [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/v4.0.4...v4.1.2) --- updated-dependencies: - dependency-name: astroid dependency-version: 4.1.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pytest ... Signed-off-by: dependabot[bot] --- it/python/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/it/python/requirements-dev.txt b/it/python/requirements-dev.txt index 84d9374ee4..e179e52330 100644 --- a/it/python/requirements-dev.txt +++ b/it/python/requirements-dev.txt @@ -1,6 +1,6 @@ -i https://pypi.org/simple -astroid==4.0.4 ; python_full_version >= '3.7.2' +astroid==4.1.2 ; python_full_version >= '3.7.2' certifi==2026.7.22 ; python_version >= '3.6'