From 1ae4df3e3f5bc5457a8ada190d428994b7129d3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 03:23:10 +0000 Subject: [PATCH] chore(deps): bump pylint from 4.0.4 to 4.0.5 Bumps [pylint](https://github.com/pylint-dev/pylint) from 4.0.4 to 4.0.5. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v4.0.4...v4.0.5) --- updated-dependencies: - dependency-name: pylint dependency-version: 4.0.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 265da094..f74f2389 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23,7 +23,7 @@ flake8==7.3.0 flake8-coding==1.3.2 pre-commit==4.5.1 isort==7.0.0 -pylint==4.0.4 +pylint==4.0.5 mypy==1.19.1 bandit==1.9.3 pydocstringformatter==0.7.5