From c5eed7d545c93e890f030f94ecedf9aa45f9527e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Apr 2022 03:24:34 +0000 Subject: [PATCH] build(deps): bump pylint from 2.13.5 to 2.13.7 Bumps [pylint](https://github.com/PyCQA/pylint) from 2.13.5 to 2.13.7. - [Release notes](https://github.com/PyCQA/pylint/releases) - [Changelog](https://github.com/PyCQA/pylint/blob/main/ChangeLog) - [Commits](https://github.com/PyCQA/pylint/compare/v2.13.5...v2.13.7) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements_lint.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_lint.txt b/requirements_lint.txt index 9ec2971..3ace46c 100644 --- a/requirements_lint.txt +++ b/requirements_lint.txt @@ -3,4 +3,4 @@ black==22.3.0 flake8==4.0.1 mypy==0.942 pydocstyle==6.1.1 -pylint==2.13.5 \ No newline at end of file +pylint==2.13.7 \ No newline at end of file