From 51bdf1c6144e0c6d41764790c4b85ccb8ecfa814 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 14:00:57 +0100 Subject: [PATCH] build(deps): bump pylint from 2.15.5 to 2.15.7 (#76) Bumps [pylint](https://github.com/PyCQA/pylint) from 2.15.5 to 2.15.7. - [Release notes](https://github.com/PyCQA/pylint/releases) - [Commits](https://github.com/PyCQA/pylint/compare/v2.15.5...v2.15.7) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a2f6279..2dde683 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ ansible-core==2.14.0 # Linting & Formatting ansible-lint==6.9.0 -pylint==2.15.5 +pylint==2.15.7 autopep8==2.0.0 pre-commit==2.20.0