From 4dc861dab9708d52d44ffe09d27f1e17b6c790fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 07:04:59 +0000 Subject: [PATCH] Update pylint requirement from <3,>=1.6 to >=1.6,<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-1.6.0...v3.0.3) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 82ba4d8..5a81143 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,4 +1,4 @@ -pylint>=1.6,<3 +pylint>=1.6,<4 pytest>=3.0,<9 coverage>=6.3,<8 setuptools_scm>=7.0,<9.0