From 4b204c79ccf61cd8fe2c657fe09ff742df3e8696 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Nov 2023 22:51:59 +0000 Subject: [PATCH] Update pylint requirement from <3,>=2.6.0 to >=2.6.0,<4 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/pylint-2.6.0...v3.0.2) --- 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 897d307..1045fb0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ dev-test = [ "pytest>=6", "pytest-cov>=2.10.1", "pytest-timeout>=2.1.0,<3", - "pylint>=2.6.0,<3", + "pylint>=2.6.0,<4", "dill>=0.3.4,<0.4", "snapshottest>=0.6.0,<0.7.0", "Flask>=2.3,<3",