From 8e9f35f07781ab45dcb19aee628a899db83407fd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Feb 2023 18:28:40 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F(project)=20upgrade=20python?= =?UTF-8?q?=20dependencies?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | ---------- | ------------ | ------ | ------ | | pypi | ansible-lint | 6.12.1 | 6.12.2 | | pypi | pylint | 2.16.1 | 2.16.2 | --- requirements/development.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/development.txt b/requirements/development.txt index 24924f97..05e46651 100644 --- a/requirements/development.txt +++ b/requirements/development.txt @@ -2,11 +2,11 @@ yq==3.1.0 # Quality -ansible-lint==6.12.1 +ansible-lint==6.12.2 black==23.1.0 flake8==6.0.0 isort==5.12.0 -pylint==2.16.1 +pylint==2.16.2 # Tests pyfakefs==5.1.0