From a35b2c02857537f2b7ee9a9c78a5e1a5cac4756e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 21 Jun 2023 15:23:11 +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 | 7.2.0 | 8.0.0 | | pypi | ansible-lint | 6.12.2 | 6.17.1 | | pypi | black | 23.1.0 | 23.3.0 | | pypi | pyfakefs | 5.1.0 | 5.2.2 | | pypi | pylint | 2.16.2 | 2.17.4 | | pypi | pytest | 7.2.1 | 7.3.2 | | pypi | pytest-cov | 4.0.0 | 4.1.0 | | pypi | yq | 3.1.0 | 3.2.2 | --- requirements/development.txt | 14 +++++++------- requirements/production.txt | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/requirements/development.txt b/requirements/development.txt index 05e46651..2ebabc02 100644 --- a/requirements/development.txt +++ b/requirements/development.txt @@ -1,14 +1,14 @@ # Utils -yq==3.1.0 +yq==3.2.2 # Quality -ansible-lint==6.12.2 -black==23.1.0 +ansible-lint==6.17.1 +black==23.3.0 flake8==6.0.0 isort==5.12.0 -pylint==2.16.2 +pylint==2.17.4 # Tests -pyfakefs==5.1.0 -pytest-cov==4.0.0 -pytest==7.2.1 +pyfakefs==5.2.2 +pytest-cov==4.1.0 +pytest==7.3.2 diff --git a/requirements/production.txt b/requirements/production.txt index ab533602..23cbda42 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -1,5 +1,5 @@ # Core -ansible==7.2.0 +ansible==8.0.0 jmespath==1.0.1 openshift==0.13.1 passlib==1.7.4