From dd9312522f0d03bea5c4eb7505df14255b08320a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 22:18:13 +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 27a18e2e7d8..19245c1c642 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