From 44f86002b94c62a56360246e2d3cc1e1cba8d06b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 20:22:55 +0000 Subject: [PATCH] :arrow_up: Bump pylint from 3.2.2 to 3.3.1 Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.2.2 to 3.3.1. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.2.2...v3.3.1) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5160c9714..360cb0755 100644 --- a/requirements.txt +++ b/requirements.txt @@ -29,7 +29,7 @@ unicodecsv==0.14.1 editdistance==0.8.1 -pylint==3.2.2 +pylint==3.3.1 astroid==3.3.5