From 5f84a330e6cdda2d9f54718d3d462940e594734b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 00:12:18 +0000 Subject: [PATCH] build(deps): update pylint requirement from ~=3.1 to ~=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/v3.1.0...v4.0.4) --- updated-dependencies: - dependency-name: pylint dependency-version: 4.0.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements_ci.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_ci.txt b/requirements_ci.txt index 8d9b526..84a2fd7 100644 --- a/requirements_ci.txt +++ b/requirements_ci.txt @@ -4,6 +4,6 @@ coverage ~= 7.2 flake518 ~= 1.6 mypy ~= 1.5 pydocstyle ~= 6.3 -pylint ~= 3.1 +pylint ~= 4.0 twine ~= 6.1 types-setuptools >= 67.4