From 10c4c52cc15a0a226548071d473270fadfb7ecc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 13:05:07 +0000 Subject: [PATCH] Update pylint requirement from ~=2.17.0 to ~=3.0.1 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.17.0...v3.0.1) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 70902eb38..50c5f4395 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ test = [ "black ~= 23.1", "jedi ~= 0.19.0", "mypy ~= 1.1", - "pylint ~= 2.17.0", + "pylint ~= 3.0.1", "pytest ~= 7.4.0", "setuptools-rust ~= 0.12.1", "psutil ~= 5.9.3",