From 68b3b6117bf133f269b94801f873ac67125e6526 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 11:12:59 +0000 Subject: [PATCH] chore(deps-dev): update pylint requirement from ^3.3.7 to >=3.3.7,<5.0.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.7...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 adb3fa26..4c28438e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ commitizen = "^4.4.1" pre-commit = "^4.2.0" ruff = ">=0.11.2,<0.14.0" bandit = "^1.8.3" -pylint = "^3.3.7" +pylint = ">=3.3.7,<5.0.0" [tool.poetry.group.test.dependencies] pytest = ">=8.3.4,<8.5.0"