From e3f1f2a3d200dc50c73f7703f3c917c17c53ef11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 07:19:30 +0000 Subject: [PATCH] Bump pylint from 2.17.5 to 3.0.1 Bumps [pylint](https://github.com/pylint-dev/pylint) from 2.17.5 to 3.0.1. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v2.17.5...v3.0.1) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 94172d778..eecff34db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -83,7 +83,7 @@ dev-mypy = [ ] dev-noxfile = ["nox == 2023.4.22", "frequenz-repo-config[lib] == 0.6.1"] dev-pylint = [ - "pylint == 2.17.5", + "pylint == 3.0.1", # For checking the noxfile, docs/ script, and tests "frequenz-sdk[dev-mkdocs,dev-noxfile,dev-pytest]", ]