From 6fbfccfa6f1e99bc3e72e3c20d0619fe462db6d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 04:05:33 +0000 Subject: [PATCH] Update pylint requirement from ^3.2 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.2.0...v4.0.0) --- updated-dependencies: - dependency-name: pylint dependency-version: 4.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a910bfd..bf05244 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ tenacity = ">=8.1,<10.0" [tool.poetry.dev-dependencies] black = "^25.1" isort = "^6.0.0" -pylint = "^3.2" +pylint = "^4.0" pytest = "^8.2" pre-commit = "^4.0.1"