From b5427e6dedfd636d782a4b53554e81e970aaa7c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 13:16:08 +0000 Subject: [PATCH] infra: bump pylint from 2.15.6 to 3.3.1 in /dockerfile Bumps [pylint](https://github.com/pylint-dev/pylint) from 2.15.6 to 3.3.1. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v2.15.6...v3.3.1) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:production update-type: version-update:semver-major ... 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 6f0896e80b3..92be43c2440 100644 --- a/dockerfile/anaconda-ci/requirements.txt +++ b/dockerfile/anaconda-ci/requirements.txt @@ -17,5 +17,5 @@ pyyaml jinja2 # pylint and its supporting libs -pylint == 2.15.6 +pylint == 3.3.1 astroid == 2.12.12