From 3b927306a0b4e584a65aa8e61607a91014510ff1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Nov 2023 12:33:03 +0000 Subject: [PATCH] Bump pylint from 2.17.5 to 3.0.2 Bumps [pylint](https://github.com/pylint-dev/pylint) from 2.17.5 to 3.0.2. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v2.17.5...v3.0.2) --- 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 dc5585ccf..59e21a458 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -85,7 +85,7 @@ dev-mypy = [ ] dev-noxfile = ["nox == 2023.4.22", "frequenz-repo-config[lib] == 0.7.4"] dev-pylint = [ - "pylint == 2.17.5", + "pylint == 3.0.2", # For checking the noxfile, docs/ script, and tests "frequenz-sdk[dev-mkdocs,dev-noxfile,dev-pytest]", ]