From fc84731c4b3b61fb17924991baff8f6df8e60ba2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 13:55:24 +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 174cf0e..c928200 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ dev = [ "flake8==6.1.0", "mccabe<=0.7.0", "mypy==1.5.1", - "pylint==2.17.5", + "pylint==3.0.1", "pytest==7.4.0", "build==0.10.0", "mega.py==1.0.8",