From 4924428452f3c440c6d429328810991742363fa5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 14:28:08 +0100 Subject: [PATCH] Update pylint requirement from ^2.13, !=2.13.6 to >=2.13,<4.0 (#51) 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.13.0...v3.0.1) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0753e1d..8d22c31 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ optional = true [tool.poetry.group.pre-commit.dependencies] black = ">=22.3" -pylint = "^2.13, !=2.13.6" +pylint = ">=2.13,<4.0" pre-commit = ">=2.15,<4.0" pyupgrade = ">=2.29,<4.0"