From e846b01f9a850908bf6934422283947e4a652674 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 20:02:32 +0000 Subject: [PATCH] build(deps): update pylint requirement from ~=3.3 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.3.0...v4.0.2) --- updated-dependencies: - dependency-name: pylint dependency-version: 4.0.2 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 883018d..a279b1f 100644 --- a/requirements_ci.txt +++ b/requirements_ci.txt @@ -4,6 +4,6 @@ coverage ~= 7.2 flake518 ~= 1.6 mypy ~= 2.1 pydocstyle ~= 6.3 -pylint ~= 3.3 +pylint ~= 4.0 twine ~= 6.1 types-psutil ~= 7.0