From 2b4de15d456e476be1b06e15c7d61b2eca5e7ebe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 05:13:54 +0000 Subject: [PATCH] Update pylint requirement from <2.18.0,>=2.14.5 to >=2.14.5,<3.1.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.14.5...v3.0.1) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index f0b605b..cfc5b47 100644 --- a/setup.cfg +++ b/setup.cfg @@ -26,7 +26,7 @@ install_requires = [options.extras_require] test = - pylint>=2.14.5,<2.18.0 + pylint>=2.14.5,<3.1.0 coverage coveralls pre-commit