From fb5078d5132505a692fb5ec5fb6892afe1173993 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 22:22:34 +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.2.2 to 3.2.3 - [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.2.2...v3.2.3) --- 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 9ff9cc27bb6..a74551e17a4 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.2.5 -astroid == 3.2.2 +astroid == 3.2.3 # ruff for fast linting ruff == 0.5.0