From b6572ae9ac4d69d8556ce75b6455629f607b5ab5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 18:36:00 +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 3.3.9. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.3.8...v3.3.9) --- updated-dependencies: - dependency-name: pylint dependency-version: 3.3.9 dependency-type: direct:production update-type: version-update:semver-patch ... 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..29fa850cce12fb 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==3.3.9 docutils==0.22.2 ruamel.yaml==0.18.15