From 414de005adebc2ff0ee90849e91dc542bdb88619 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Mar 2022 17:00:30 +0000 Subject: [PATCH] build(deps): bump pylint from 2.5.3 to 2.12.2 in /infra/ci Bumps [pylint](https://github.com/PyCQA/pylint) from 2.5.3 to 2.12.2. - [Release notes](https://github.com/PyCQA/pylint/releases) - [Changelog](https://github.com/PyCQA/pylint/blob/main/ChangeLog) - [Commits](https://github.com/PyCQA/pylint/compare/pylint-2.5.3...v2.12.2) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- infra/ci/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/ci/requirements.txt b/infra/ci/requirements.txt index 0455f5f28e67..400561df899c 100644 --- a/infra/ci/requirements.txt +++ b/infra/ci/requirements.txt @@ -1,7 +1,7 @@ # Requirements for submitting code changes to infra/ (needed by presubmit.py). parameterized==0.7.4 pyfakefs==4.5.6 -pylint==2.5.3 +pylint==2.12.2 pytest==6.2.1 pytest-xdist==2.5.0 PyYAML==6.0