From 10eb4c8b8a9aefa49fb5c70d8ff10c01cdf41978 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Sep 2023 00:26:08 +0800 Subject: [PATCH] Bump pylint from 2.17.5 to 2.17.6 (#1945) Bumps [pylint](https://github.com/pylint-dev/pylint) from 2.17.5 to 2.17.6. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v2.17.5...v2.17.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 ded5a661..0de776ca 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -6,7 +6,7 @@ mypy==1.4.1; platform_python_implementation=='CPython' and python_version>'3.8' pathspec==0.11.2 pipdeptree==2.13.0 pre-commit==3.4.0 -pylint==2.17.5 +pylint==2.17.6 pyre-check==0.9.18; python_version>'3.8' pyright==1.1.326 pytype==2023.6.2; platform_python_implementation=='CPython' and python_version<'3.11'