From 9be41e6fd0eee16c737e0f11be4509c08b6eeced Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 03:03:23 +0000 Subject: [PATCH] Update pylint requirement from <3.0,>=2.9.6 to >=2.9.6,<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/pylint-3.0.0a0...v3.0.1) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 850a340..900d98f 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -8,7 +8,7 @@ flake8>=4.0,<7.0 hypothesis>=6.14.1,<7.0 ipython>7.0,<9.0 mypy>=0.910,<2.0 -pylint>=2.9.6,<3.0 +pylint>=2.9.6,<4.0 pytest-benchmark>=3.4.1,<5.0 pytest-cov>=2.12.1,<5.0 pytest>=7.0.1,<8.0