From d0c65827bb6125774caf550048ba4fadc2946ccf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 23:32:37 +0000 Subject: [PATCH] chore(deps): bump pylint from 2.3.1 to 3.3.3 Bumps [pylint](https://github.com/pylint-dev/pylint) from 2.3.1 to 3.3.3. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/pylint-2.3.1...v3.3.3) --- updated-dependencies: - dependency-name: pylint 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 fd5b0b39..aa5702d9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ astroid == 2.3.3 -pylint == 2.3.1 +pylint == 3.3.3 pytest >= 6.2.0 pytest-cov >= 2.4.0 pytest-localserver >= 0.4.1