From 60796007a9e5aeb3016c025ce6e98959d08a551a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 00:24:30 +0000 Subject: [PATCH] chore(deps): bump pylint from 2.3.1 to 3.3.2 Bumps [pylint](https://github.com/pylint-dev/pylint) from 2.3.1 to 3.3.2. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/pylint-2.3.1...v3.3.2) --- 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..a7353bb7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ astroid == 2.3.3 -pylint == 2.3.1 +pylint == 3.3.2 pytest >= 6.2.0 pytest-cov >= 2.4.0 pytest-localserver >= 0.4.1