From 70f804950a0c50aedb49d8e5fdc91dd1d41d0b0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 May 2023 08:06:05 +0000 Subject: [PATCH] Bump pylint from 2.17.3 to 2.17.4 Bumps [pylint](https://github.com/PyCQA/pylint) from 2.17.3 to 2.17.4. - [Release notes](https://github.com/PyCQA/pylint/releases) - [Commits](https://github.com/PyCQA/pylint/compare/v2.17.3...v2.17.4) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9d169ae40..888f58203 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -83,7 +83,7 @@ mypy = [ "frequenz-sdk[docs-gen,nox,pytest]", ] pylint = [ - "pylint == 2.17.3", + "pylint == 2.17.4", # For checking the noxfile, docs/ script, and tests "frequenz-sdk[docs-gen,nox,pytest]", ]