From a613a181aeae26df3fa8395ca09ff055fde3815e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 01:36:32 +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 | 13.5.0 | | pypi | ansible-lint | 6.12.2 | 26.3.0 | | pypi | black | 23.1.0 | 26.3.1 | | pypi | flake8 | 6.0.0 | 7.3.0 | | pypi | isort | 5.12.0 | 8.0.1 | | pypi | jmespath | 1.0.1 | 1.1.0 | | pypi | netaddr | 0.8.0 | 1.3.0 | | pypi | openshift | 0.13.1 | 0.13.2 | | pypi | pyfakefs | 5.1.0 | 6.1.6 | | pypi | pylint | 2.16.2 | 4.0.5 | | pypi | pytest | 7.2.1 | 9.0.2 | | pypi | pytest-cov | 4.0.0 | 7.1.0 | | pypi | yq | 3.1.0 | 3.4.3 | --- requirements/development.txt | 18 +++++++++--------- requirements/production.txt | 8 ++++---- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/requirements/development.txt b/requirements/development.txt index 05e46651..388fac3e 100644 --- a/requirements/development.txt +++ b/requirements/development.txt @@ -1,14 +1,14 @@ # Utils -yq==3.1.0 +yq==3.4.3 # Quality -ansible-lint==6.12.2 -black==23.1.0 -flake8==6.0.0 -isort==5.12.0 -pylint==2.16.2 +ansible-lint==26.3.0 +black==26.3.1 +flake8==7.3.0 +isort==8.0.1 +pylint==4.0.5 # Tests -pyfakefs==5.1.0 -pytest-cov==4.0.0 -pytest==7.2.1 +pyfakefs==6.1.6 +pytest-cov==7.1.0 +pytest==9.0.2 diff --git a/requirements/production.txt b/requirements/production.txt index ab533602..cc185fdc 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 +ansible==13.5.0 +jmespath==1.1.0 +openshift==0.13.2 passlib==1.7.4 -netaddr==0.8.0 +netaddr==1.3.0