From 3aa439955e54e94d1d998160009f51eefc0621a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 01:03:00 +0000 Subject: [PATCH] Update pylint requirement from ~=2.12 to >=2.12,<4.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.12.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 847b294..8aa8d03 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dynamic = ["version"] test =[ "flake8>=5,<8", "jupyter~=1.0", - "pylint~=2.12", + "pylint>=2.12,<4.0", "pytest>=7.2,<9.0", "pytest-cov~=4.0", ]