From 0d68deeeeb79c8e2d10077cab60ed0ae72869403 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 23:42:18 +0000 Subject: [PATCH] chore(deps): bump pylint from 2.3.1 to 3.3.7 Bumps [pylint](https://github.com/pylint-dev/pylint) from 2.3.1 to 3.3.7. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/pylint-2.3.1...v3.3.7) --- updated-dependencies: - dependency-name: pylint dependency-version: 3.3.7 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 ba6f2f94..041c3ffa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ astroid == 2.3.3 -pylint == 2.3.1 +pylint == 3.3.7 pytest >= 6.2.0 pytest-cov >= 2.4.0 pytest-localserver >= 0.4.1