From d2b035a5b62335410a322b012f564fc783220c2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 07:47:07 +0000 Subject: [PATCH] infra: bump the pylint-and-astroid group in /dockerfile with 1 update Bumps the pylint-and-astroid group in /dockerfile with 1 update: [pylint](https://github.com/pylint-dev/pylint). - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.0.1...v3.0.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 1044c969d16c..d720f684c9e5 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.0.1 +pylint == 3.0.2 astroid == 3.0.1 # ruff for fast linting