From a44de771af59539faa54825f8a3e63b4ace38216 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 20:50:19 +0800 Subject: [PATCH] build(deps-dev): bump pylint from 3.2.2 to 3.2.6 (#2261) Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.2.2 to 3.2.6. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.2.2...v3.2.6) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:development update-type: version-update:semver-patch ... 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 2df278f4..c751fd61 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -6,7 +6,7 @@ mypy==1.10.0; platform_python_implementation=='CPython' and python_version>'3.8' pathspec==0.12.1 pipdeptree==2.23.1 pre-commit==3.7.1 -pylint==3.2.2 +pylint==3.2.6 pyre-check==0.9.21; python_version>'3.8' pyright==1.1.372 pytype==2024.1.24; platform_python_implementation=='CPython' and python_version<'3.11'