From 7a0405e5ca8216bcf56a892197a53e0672535975 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 03:41:32 +0000 Subject: [PATCH] chore(deps): bump pylint from 3.3.8 to 4.0.4 Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.3.8 to 4.0.4. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.3.8...v4.0.4) --- updated-dependencies: - dependency-name: pylint dependency-version: 4.0.4 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 702aa206..d1ffd4b0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23,7 +23,7 @@ flake8==7.3.0 flake8-coding==1.3.2 pre-commit==4.5.0 isort==7.0.0 -pylint==3.3.8 +pylint==4.0.4 mypy==1.19.0 bandit==1.8.6 pydocstringformatter==0.7.5