From 6f7791c7a7b3b792ccfa247175b9b789a9d46d15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 22:23:01 +0000 Subject: [PATCH] infra: bump astroid in /dockerfile in the pylint-and-astroid group Bumps the pylint-and-astroid group in /dockerfile with 1 update: [astroid](https://github.com/pylint-dev/astroid). Updates `astroid` from 3.3.5 to 3.3.6 - [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/v3.3.5...v3.3.6) --- updated-dependencies: - dependency-name: astroid dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pylint-and-astroid ... Signed-off-by: dependabot[bot] --- dockerfile/anaconda-ci/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfile/anaconda-ci/requirements.txt b/dockerfile/anaconda-ci/requirements.txt index 4bbd84ce6c1..49018789ff4 100644 --- a/dockerfile/anaconda-ci/requirements.txt +++ b/dockerfile/anaconda-ci/requirements.txt @@ -16,7 +16,7 @@ jinja2 # pylint and its supporting libs pylint == 3.3.2 -astroid == 3.3.5 +astroid == 3.3.6 # ruff for fast linting ruff == 0.8.1