From f70c9fd7bc04f85150ff20be92e6ee36359f61d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 12:01:37 +0000 Subject: [PATCH] chore(deps): update pylint requirement 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.0.3...v4.0.0) --- updated-dependencies: - dependency-name: pylint dependency-version: 4.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c10eafcdd..dd808f0dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -78,7 +78,7 @@ dev = [ "types-requests >=2.25.6,<3.0.0", "types-jsonschema >=4.22.0,<5.0.0", "pip-audit >=2.5.6,<3.0.0", - "pylint >=3.0.3,<4.0.0", + "pylint >=3.0.3,<5.0.0", "cyclonedx-bom >=7.0.0,<8.0.0", "types-beautifulsoup4 >= 4.12.0,<5.0.0", ]