From 09910852401e0162d07b3f18bd0a43dbedb9842b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 18:31:36 +0000 Subject: [PATCH] build(deps): bump pylint in /.github/workflows/requirements/style Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.3.8 to 4.0.2. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.3.8...v4.0.2) --- updated-dependencies: - dependency-name: pylint dependency-version: 4.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/requirements/style/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/requirements/style/requirements.txt b/.github/workflows/requirements/style/requirements.txt index 85b6f4b08a056d..cfdeb0aa2555c5 100644 --- a/.github/workflows/requirements/style/requirements.txt +++ b/.github/workflows/requirements/style/requirements.txt @@ -5,6 +5,6 @@ isort==6.0.1 mypy==1.18.2 types-six==1.17.0.20250515 vermin==1.6.0 -pylint==3.3.8 +pylint==4.0.2 docutils==0.22.2 ruamel.yaml==0.18.15