From fc9c7bee1feeb1ccdd0f0543687c87138afc7283 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 23:31:56 +0000 Subject: [PATCH] chore(deps): Update pylint requirement from >=2.7.2 to >=4.0.5 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-2.7.2...v4.0.5) --- updated-dependencies: - dependency-name: pylint dependency-version: 4.0.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6933893..4447357 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ coverage>=5.5 numba>=0.53.0 numpy>=1.19.5 pre-commit>=2.17.0 -pylint>=2.7.2 +pylint>=4.0.5 pytest>=6.2.2