From 073472337cc5522750a60ce432a553e516efb5ad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 24 Mar 2024 22:07:28 +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.2 | 24.2.1 | | pypi | flake8 | 6.0.0 | 7.0.0 | | pypi | isort | 5.12.0 | 5.13.2 | | pypi | netaddr | 0.8.0 | 1.2.1 | | pypi | openshift | 0.13.1 | 0.13.2 | | pypi | pyfakefs | 5.1.0 | 5.3.5 | | pypi | pylint | 2.16.2 | 3.1.0 | | pypi | pytest | 7.2.1 | 8.1.1 | | pypi | pytest-cov | 4.0.0 | 5.0.0 | | pypi | yq | 3.1.0 | 3.2.3 | --- requirements/development.txt | 16 ++++++++-------- requirements/production.txt | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/requirements/development.txt b/requirements/development.txt index 05e46651..850239a1 100644 --- a/requirements/development.txt +++ b/requirements/development.txt @@ -1,14 +1,14 @@ # Utils -yq==3.1.0 +yq==3.2.3 # Quality -ansible-lint==6.12.2 +ansible-lint==24.2.1 black==23.1.0 -flake8==6.0.0 -isort==5.12.0 -pylint==2.16.2 +flake8==7.0.0 +isort==5.13.2 +pylint==3.1.0 # Tests -pyfakefs==5.1.0 -pytest-cov==4.0.0 -pytest==7.2.1 +pyfakefs==5.3.5 +pytest-cov==5.0.0 +pytest==8.1.1 diff --git a/requirements/production.txt b/requirements/production.txt index ab533602..bfffab69 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -1,6 +1,6 @@ # Core ansible==7.2.0 jmespath==1.0.1 -openshift==0.13.1 +openshift==0.13.2 passlib==1.7.4 -netaddr==0.8.0 +netaddr==1.2.1