From 8cb43fe7c99714a06b5ede657d87fdcae7d2fbe2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 22:58:27 +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.0 to 3.3.1 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.3.0...v3.3.1) --- 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 e0ab03cde40..327254f8df1 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.0 +pylint == 3.3.1 astroid == 3.3.4 # ruff for fast linting