From dc01a9237954ab649bb88e99cc90bc08747e34aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 08:33:02 +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 aebb611a8b..2a4a5b3480 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.6.17 ; python_version >= '3.6'