From 32d647dbe1627b7cd9b9aa39b3b01e7634c80cf3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 23:02:54 +0000 Subject: [PATCH] chore(deps): bump pylint from 3.3.9 to 4.0.4 Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.3.9 to 4.0.4. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.3.9...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 3b96eea0..8141b9be 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ astroid == 3.3.11 -pylint == 3.3.9 +pylint == 4.0.4 pytest >= 8.2.2 pytest-cov >= 2.4.0 pytest-localserver >= 0.4.1