From 6a5dcddb40b9fb53f98f1ec42d2e1b46030a49c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 10:22:12 +0000 Subject: [PATCH] chore(deps): Bump pylint from 3.3.8 to 4.0.0 in /src Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.3.8 to 4.0.0. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.3.8...v4.0.0) --- updated-dependencies: - dependency-name: pylint dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- src/requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements-test.txt b/src/requirements-test.txt index 8c91f4f..326e5dc 100644 --- a/src/requirements-test.txt +++ b/src/requirements-test.txt @@ -1,2 +1,2 @@ pytest==8.4.2 -pylint==3.3.8 \ No newline at end of file +pylint==4.0.0 \ No newline at end of file