From a5a6fdd3adfd17b2a0ba904a185aca58d6dc4158 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 17:36:55 +0000 Subject: [PATCH] deps(dev): bump the major-dependencies group with 1 update 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.0.1) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:development dependency-group: major-dependencies ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a2fc217..caf53a6 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ extras_require={ 'tests': [ 'pylint-quotes~=0.2', - 'pylint~=2.15', + 'pylint>=2.15,<4.0', 'pytest-cov~=4.0', 'pytest-instafail~=0.4', 'pytest-isort~=3.1',