From 9ec77ca3b7663d1df018ef1405be1d8b9dedd538 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Apr 2023 08:40:27 +0000 Subject: [PATCH] infra: bump astroid from 2.14.2 to 2.15.3 in /dockerfile Bumps [astroid](https://github.com/PyCQA/astroid) from 2.14.2 to 2.15.3. - [Release notes](https://github.com/PyCQA/astroid/releases) - [Changelog](https://github.com/pylint-dev/astroid/blob/main/ChangeLog) - [Commits](https://github.com/PyCQA/astroid/compare/v2.14.2...v2.15.3) --- updated-dependencies: - dependency-name: astroid dependency-type: direct:production update-type: version-update:semver-minor ... 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 eacb65c9632..b31814074ef 100644 --- a/dockerfile/anaconda-ci/requirements.txt +++ b/dockerfile/anaconda-ci/requirements.txt @@ -18,4 +18,4 @@ jinja2 # pylint and its supporting libs pylint == 2.17.2 -astroid == 2.15.2 +astroid == 2.15.3