From 3fb228f658ddfc52460f9e3cda7608baf0173eaa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 01:10:06 +0000 Subject: [PATCH] :arrow_up: Update pylint requirement from ~=2.15.0 to >=2.15,<3.2 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.15.0...v3.1.0) --- 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 7546f241..1c42fd2c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ pre-commit = [ "tox>=3.23.0", "virtualenv>20", "pre-commit>=2.2,<4.0", - "pylint~=2.15.0", + "pylint>=2.15,<3.2", "sphinx-lint~=0.6" ] docs = [