From 59af02304bdffcbff6f9447cdb458297fc2d4699 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 11:54:03 +0000 Subject: [PATCH] Bump pylint from 3.1.0 to 3.2.5 Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.1.0 to 3.2.5. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.1.0...v3.2.5) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/requirements_dev_pre_commit.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements_dev_pre_commit.txt b/requirements/requirements_dev_pre_commit.txt index 7ab330c..f8c5989 100644 --- a/requirements/requirements_dev_pre_commit.txt +++ b/requirements/requirements_dev_pre_commit.txt @@ -31,7 +31,7 @@ pydocstyle == 6.3.0 snowballstemmer >= 2.2.0 # General Code Linter -pylint == 3.1.0 +pylint == 3.2.5 dill >= 0.2; python_version < '3.11' dill >= 0.3.6; python_version >= '3.11' dill >= 0.3.7; python_version >= '3.12'