From 6c1b736b0ef51c51b38ba4c0202d7a3edab65f4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 06:40:15 +0000 Subject: [PATCH] infra: bump pylint in /dockerfile in the pylint-and-astroid group Bumps the pylint-and-astroid group in /dockerfile with 1 update: [pylint](https://github.com/pylint-dev/pylint). Updates `pylint` from 3.3.1 to 3.3.2 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.3.1...v3.3.2) --- updated-dependencies: - dependency-name: pylint 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 5395882a6dc..4bbd84ce6c1 100644 --- a/dockerfile/anaconda-ci/requirements.txt +++ b/dockerfile/anaconda-ci/requirements.txt @@ -15,7 +15,7 @@ pyyaml jinja2 # pylint and its supporting libs -pylint == 3.3.1 +pylint == 3.3.2 astroid == 3.3.5 # ruff for fast linting