From df8a5f43abd0c1dec9c0a6a04dae88b1e7bc98dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 16:26:20 +0800 Subject: [PATCH] Bump pylint from 3.1.0 to 3.2.2 (#2188) Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.1.0 to 3.2.2. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.1.0...v3.2.2) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 3e47b0ee..605ce045 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -6,7 +6,7 @@ mypy==1.9.0; platform_python_implementation=='CPython' and python_version>'3.8' pathspec==0.12.1 pipdeptree==2.20.0 pre-commit==3.7.1 -pylint==3.1.0 +pylint==3.2.2 pyre-check==0.9.19; python_version>'3.8' pyright==1.1.353 pytype==2024.1.24; platform_python_implementation=='CPython' and python_version<'3.11'