From 54057e19902ecf667e623a8a3a4a06ee1f3044e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 11:23:12 +0000 Subject: [PATCH] :arrow_up: Update pylint requirement from ^2.11.1 to ^3.0.0 Updates the requirements on [pylint](https://github.com/pylint-dev/pylint) to permit the latest version. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v2.11.1...v3.0.0) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3eb9df8..32a69f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ mypy = "^1.0" mypy-extensions = "^1.0.0" pre-commit = "^3.3.2" pydocstyle = "^6.1.1" -pylint = "^2.11.1" +pylint = "^3.0.0" pytest = "^7.3.1" pyupgrade = "^3.4.0" coverage = "^7.2.7"